README: update
This commit is contained in:
parent
c4856d1eb5
commit
a067691222
20
README
20
README
|
@ -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
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in New Issue