prepare LiteScope signals for debug
[litex.git] / liteeth /
2015-02-05 Florent Kermarrecprepare LiteScope signals for debug
2015-02-05 Florent Kermarrecmac/core: fix condition of insertion for last_be/converter
2015-02-05 Florent Kermarrecadd udpip target for hw tests (untested)
2015-02-04 Florent Kermarreccore: shorten names in header definitions
2015-02-04 Florent Kermarrecudpip_tb: loopback working with model! :)
2015-02-04 Florent Kermarrecudpip_tb: able to send valid UDP msg to model
2015-02-04 Florent Kermarrecadd udpip_tb skeleton
2015-02-04 Florent Kermarrecudp: add skeleton
2015-02-04 Florent Kermarrecudp: add model
2015-02-04 Florent Kermarrecreorganize core files
2015-02-04 Florent Kermarrecip: add checksum computation on ip rx (maybe not optima...
2015-02-04 Florent Kermarrecip: add checksum computation on ip tx (maybe not optima...
2015-02-04 Florent Kermarrecip: add checksum functions to model
2015-02-04 Florent Kermarrecip: small clean up
2015-01-30 Florent Kermarrecclean up
2015-01-30 Florent Kermarrecip: simplify user interface, basic sim OK for TX/RX
2015-01-30 Florent Kermarrecuse ip model in ip_tb
2015-01-30 Florent Kermarrecadd ip model skeleton
2015-01-30 Florent Kermarrecip: able to request mac_address if not cached and send...
2015-01-30 Florent Kermarrecmac: add crossbar to simplify usage
2015-01-30 Florent Kermarrecip: add skeleton
2015-01-30 Florent Kermarrecarp: little clean up
2015-01-30 Florent Kermarrecarp: request/reply with model OK
2015-01-30 Florent Kermarrecarp: rx and decoding OK
2015-01-29 Florent Kermarrecadd arp_tb and fixes (able to send a valid ARP request...
2015-01-29 Florent Kermarrecmodel: add real dumps and test models with it
2015-01-29 Florent Kermarrecarp: add skeleton
2015-01-29 Florent Kermarrecmodel: add arp skeleton
2015-01-29 Florent Kermarrecimprove mac model (add header encoding/decoding)
2015-01-29 Florent Kermarrecsimplify MAC dispatch (use onehot mode if Dispatcher)
2015-01-29 Florent Kermarreccreate LiteEthIPStack skeleton
2015-01-28 Florent Kermarrecmake packetizer/depacketizer generic and use it for...
2015-01-28 Florent Kermarrecmac: add packetizer/depacketizer (untested)
2015-01-28 Florent Kermarrecmac: use eth_phy_description inside mac
2015-01-28 Florent Kermarreccommon: add mac/arp/ip/udp header descriptions
2015-01-28 Florent Kermarrectest: mac_wishbone_tb OK
2015-01-28 Florent Kermarrecmac: change default interface (core)
2015-01-28 Florent Kermarrectest: mac_core_tb OK
2015-01-28 Florent Kermarrectest: add mac simulation skeleton
2015-01-28 Florent Kermarrectest integration in MiSoC (fixes/cleanup)
2015-01-28 Florent Kermarrectest: add PHY model skeleton
2015-01-28 Florent Kermarreccontinue code refactoring
2015-01-28 Florent Kermarrecchange name to LiteEth (LiteEthernet is too long...)