Commit graph

20 commits

Author SHA1 Message Date
Florent Kermarrec
f2b3f7eeb1 test: update test_etherbone, use litex.gen.sim for all tests 2019-11-25 11:43:16 +01:00
Florent Kermarrec
91f0f4ce80 test/model: improve presentation/readability 2019-11-23 15:17:22 +01:00
Florent Kermarrec
36c9951235 test: regroup model tests in test_model and run it with Travis-CI 2019-11-23 14:55:55 +01:00
Florent Kermarrec
bd1ead88d1 test: update for ci, for now disable test_etherbone since does not seem to finish 2019-11-23 00:14:19 +01:00
Florent Kermarrec
ad187d35f2 add CONTRIBUTORS file and add copyright header to all files 2019-06-24 11:43:10 +02:00
Florent Kermarrec
937c240727 test: fix test_model 2017-09-25 13:12:30 +02:00
Florent Kermarrec
c4856d1eb5 test: start converting to python unittest 2017-01-19 14:33:24 +01:00
Florent Kermarrec
7ea1b5a22d test: use passive generators and some cleanup 2016-03-23 01:42:35 +01:00
Florent Kermarrec
e73f35c733 test: remove __init__.py and use setup.py develop 2016-03-22 10:34:28 +01:00
Florent Kermarrec
2f15f3748e test: use new simulator (still etherbone_tb and mac_wishbone_tb not working due to use of FullMemoryWE) 2016-03-21 19:59:29 +01:00
Florent Kermarrec
51f56e79dd global: remove use of sop 2016-03-16 16:22:00 +01:00
Florent Kermarrec
32243934fb global: use stream.Endpoint instead of Sink/Source (deprecated) 2016-03-15 16:50:00 +01:00
Florent Kermarrec
f1725d5fd1 ethetbone software is now integrated in LiteX 2015-11-17 12:04:04 +01:00
Florent Kermarrec
e7caf8acfb use stream_packet and stream_sim from litex 2015-11-14 00:42:33 +01:00
Florent Kermarrec
886108eee9 test: for now revert all simulation (we'll switch when missing feature of new simulator will be implemted) 2015-11-13 14:47:57 +01:00
Florent Kermarrec
57b70c640c start adapting simulations to new migen (still some issues with Migen simulator)
Simulator issues:
- MultiReg not simulated correctly (I've used direct instantiation of MultiRegImpl to get simulation working)
- MemoryArray with granularity != 1 raise NotImplementedError
2015-11-13 13:46:05 +01:00
Florent Kermarrec
e33937f089 move etherbone packets and record description to software 2015-10-13 21:36:37 +02:00
Florent Kermarrec
d786380cd2 fix simulations (adapt to new organization) and and all target in Makefile to for regression testing 2015-09-12 20:53:14 +02:00
Florent Kermarrec
306162096b fix imports 2015-09-08 09:55:43 +02:00
Florent Kermarrec
20fc519410 init repo 2015-09-07 13:29:34 +02:00