README: update

This commit is contained in:
Florent Kermarrec 2017-01-19 14:53:11 +01:00
parent c4856d1eb5
commit a067691222
1 changed files with 7 additions and 13 deletions

20
README
View File

@ -3,11 +3,11 @@
/ /__/ / __/ -_) _// __/ _ \ / /__/ / __/ -_) _// __/ _ \
/____/_/\__/\__/___/\__/_//_/ /____/_/\__/\__/___/\__/_//_/
Copyright 2012-2016 / EnjoyDigital Copyright 2012-2017 / EnjoyDigital
A small footprint and configurable Ethernet core A small footprint and configurable Ethernet core
with UDP/IP hw stack and Etherbone frontend with UDP/IP hw stack and Etherbone frontend
powered by Migen powered by LiteX
[> Intro [> Intro
--------- ---------
@ -88,17 +88,11 @@ devel [AT] lists.m-labs.hk.
[> Simulations [> Simulations
--------------- ---------------
Simulations are available in test/: Unit tests are available in ./test/.
- mac_core_tb To run all the unit tests:
- mac_wishbone_tb ./setup.py test
- arp_tb Tests can also be run individually:
- ip_tb python3 -m unittest test.test_name
- icmp_tb
- udp_tb
All ethernet layers have their own model tested against real ethernet dumps (dumps.py)
To run a simulation:
go to test/
make <simulation_name>
[> Tests [> Tests
--------- ---------