Florent Kermarrec
0d2d3959f1
setup.py: add litex_simple exec (to ease building simple design)
2018-09-24 01:24:51 +02:00
Florent Kermarrec
9cfae4dfde
setup.py: create litex_sim exec to ease simulation
2018-09-06 08:48:14 +02:00
Sean Cross
fb145daced
tools: remove vexriscv_debug
...
This program is no longer needed.
The `openocd_vexriscv` package natively supports `etherbone`, and now
that the vexriscv debug module is available on Wishbone instead of as a
CSR, this module no longer works.
This change simplifies both tooling (because there is one fewer program
to run) and integration (because you don't need to modify your CSRs
anymore, just `register_mem()`.)
Signed-off-by: Sean Cross <sean@xobs.io>
2018-07-27 15:25:33 +08:00
Florent Kermarrec
ae62fe076c
setup.pu: fix exclude
2018-07-19 11:35:50 +02:00
Florent Kermarrec
b19844d196
setup.py: exclude test, sim, doc directories
2018-07-18 09:37:38 +02:00
Sean Cross
6bc9265c2b
setup: add vexriscv_debug to list of entrypoints
...
Add the vexriscv_debug program to the list of scripts created when
installing this module. This program is a simple bridge that allows
openocd to talk to the vexriscv core so it can be debugged.
Signed-off-by: Sean Cross <sean@xobs.io>
2018-07-06 16:22:11 +08:00
Florent Kermarrec
212e1a7076
bump to 0.2.dev
2018-02-23 13:36:32 +01:00
Florent Kermarrec
64aa4ae4c0
uniformize with litex cores and make things more clear about what LiteX vs Migen/MiSoC
2018-02-22 11:52:10 +01:00
Felix Held
99cf4d9f26
add pyserial to the package requirements
...
litex_term requires pyserial
2018-01-11 17:43:16 +11:00
Florent Kermarrec
96898f1b39
add test directory with test_code_8b10b.py (from misoc)
2017-04-24 18:46:55 +02:00
Florent Kermarrec
8efd57f766
setup.py: remove litex_client from console_scripts, we just need to import RemoteClient in our test scripts
2016-06-29 23:29:45 +02:00
Florent Kermarrec
5fb0fe925e
setup.py: fix version (0.1)
2016-04-29 14:39:14 +02:00
Florent Kermarrec
601c91a3e2
soc/tools: rename to litex_term, litex_server, litex_client
2016-01-16 21:22:21 +01:00
Florent Kermarrec
71483b8935
soc/tools: initialize wishbone remote control (for now only uart)
2015-11-17 01:05:52 +01:00
Florent Kermarrec
6a0f85dc42
litex: reorganize things, first work working version
2015-11-07 17:48:55 +01:00
Sebastien Bourdeauducq
180ba95dd4
setup.py: consistent version number
2015-11-04 16:47:33 +08:00
Sebastien Bourdeauducq
af88a7a3f9
setup: simpler version check, beta status
2015-09-24 16:08:39 +08:00
Sebastien Bourdeauducq
8935ca2c9f
setup: remove unneeded import
2015-09-23 09:52:24 +08:00
Sebastien Bourdeauducq
8421549935
README.md->rst
2015-09-23 00:55:37 +08:00
Sebastien Bourdeauducq
6005548df6
setup.py: cleanup
2015-09-22 17:27:27 +08:00
Sebastien Bourdeauducq
74b0cfc83b
doc: remove outdated or moved parts, cleanup
2015-09-20 16:10:40 +08:00
Sebastien Bourdeauducq
57102ec160
setup.py: valid version number (fixes issue #12 )
2015-05-28 15:43:31 +08:00
Florent Kermarrec
69764f2e22
global: pep8 (E401)
2015-04-13 20:54:19 +02:00
Florent Kermarrec
17e5249be0
global: pep8 (replace tabs with spaces)
2015-04-13 20:07:07 +02:00
Florent Kermarrec
09ebcc47aa
setup.py: fix README filename
2014-09-12 08:19:05 +08:00
Sebastien Bourdeauducq
d26330a9b9
Update doc with new simulation API
2014-02-07 23:08:59 +01:00
Sebastien Bourdeauducq
cbab9d2bff
setup.py: update repository address
2013-11-29 23:26:52 +01:00
Robert Jördens
cb5e0953aa
migen/test: start unittests
2013-11-29 23:11:23 +01:00
Sebastien Bourdeauducq
c1fe6d1633
setup.py: change license to BSD
2013-08-01 17:46:46 +02:00
Sebastien Bourdeauducq
27accd72b5
setup.py: update required Python version
2013-05-16 15:24:11 +02:00
Sebastien Bourdeauducq
f40ca52e5f
setup.py: cosmetic
2012-09-09 19:56:04 +02:00
Alain Péteut
97fece249d
setup.py: simplify
...
Signed-off-by: Alain Péteut <alain.peteut@yahoo.com>
2012-03-11 00:52:13 +01:00
Sebastien Bourdeauducq
0c214b484e
Use double quotes for all strings
2012-02-14 13:12:43 +01:00
Lars-Peter Clausen
9f05e7235d
Lower required python version to 3.1
...
migen is confirmed to work fine with python 3.1, so lower the required version
from 3.2 to 3.1.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2012-02-02 21:15:07 +01:00
Alain Péteut
6bd8566c48
setup.py: fix to catch all modules
...
Signed-off-by: Alain Péteut <peteut@space.unibe.ch>
2011-12-27 11:19:37 +01:00
Alain Péteut
5f53e6473a
Add setup script
2011-12-24 13:46:40 +01:00