litex.git
2015-02-25 Sebastien Bourdeauducqmerge liteeth
2015-02-25 Sebastien Bourdeauducqmove files for misoc integration
2015-02-25 Florent Kermarrecphy/sim: generate sop/eop
2015-02-24 Florent Kermarrecadd sim phy
2015-02-22 Florent Kermarrectest: add make.py to replace static config.py file
2015-02-22 Florent Kermarrectty working
2015-02-22 Florent Kermarrecmac: add padding
2015-02-21 Florent Kermarrecdoc: remove IP
2015-02-21 Florent Kermarrecadd tty over udp (will need mac to insert padding)
2015-02-21 Florent Kermarrecremove MiSoC dependency
2015-02-18 Florent Kermarrecupdate LiteX
2015-02-18 Florent Kermarrectargets/kc705: fix csr address conflict on eth
2015-02-18 Florent Kermarrecadd LiteX external core and remove ethmac
2015-02-18 Florent Kermarrecremove verilog and move mxcrg.v to misoclib/mxcrg
2015-02-18 Florent Kermarrecmove lm32/mor1kx submodules to extcores
2015-02-18 Florent Kermarrecgensoc: call do_exit after SoC is built
2015-02-18 Florent Kermarrecupdate LiteScope
2015-02-18 Florent Kermarrecreadme/make.py: add powered by Migen
2015-02-17 Florent Kermarreclogo : add powered by Migen
2015-02-17 Florent Kermarreccreate BaseSoC as a basic example design and build...
2015-02-17 Florent Kermarrectest: we can now test regs with Etherbone
2015-02-16 Florent Kermarrecetherbone: fix addressing
2015-02-16 Florent Kermarrecmac: fix missing core csr generation
2015-02-14 Florent Kermarrecgensoc: add csr_data_width and csr_address_width as...
2015-02-14 Florent Kermarrecadd setup.py
2015-02-12 Florent Kermarrecupdate download instructions
2015-02-12 Florent Kermarrecsimplify litescope export with do_exit call
2015-02-12 Florent Kermarrecetherbone: reads OK on hardware
2015-02-12 Florent Kermarrecetherbone: writes OK on hardware
2015-02-12 Florent Kermarrecetherbone: add more debug signals
2015-02-12 Florent Kermarrecetherbone: probing OK on hardware
2015-02-12 Florent Kermarrecetherbone: simplify model usage
2015-02-12 Florent Kermarrecetherbone: create example design target
2015-02-12 Florent Kermarreccosmetic: define params before payload
2015-02-12 Florent Kermarrecetherbone_tb: add autocheck
2015-02-12 Florent Kermarreccode cleanup
2015-02-12 Florent Kermarrecmove generic modules to generic/__init__.py
2015-02-12 Florent Kermarrecetherbone: cleanup
2015-02-11 Florent Kermarrecetherbone_tb OK (will need cleanup)
2015-02-11 Florent Kermarrecetherbone: wishbone reads seems OK in simulation
2015-02-11 Florent Kermarrecetherbone: wishbone writes seems OK in simulation
2015-02-11 Florent Kermarrecetherbone: code wishbone master
2015-02-11 Florent Kermarrecetherbone: record wip
2015-02-11 Florent Kermarrecetherbone: add record depacketizer/packetizer (wip)
2015-02-11 Florent Kermarrecetherbone: add etherbone_tb, able to probe etherbone...
2015-02-11 Florent Kermarrecmodels: use .format everywhere
2015-02-11 Florent Kermarrecetherbone: cleanup model
2015-02-10 Florent Kermarrecetherbone: clean up ohwr dissector, Python model checke...
2015-02-10 Florent Kermarrecetherbone: add model skeleton
2015-02-10 Florent Kermarrecetherbone: add dissector from ohwr.org
2015-02-10 Florent Kermarrecetherbone: wip
2015-02-10 Florent Kermarrectest_udp: test loopback on port 6000 (dw=8) and port...
2015-02-10 Florent Kermarrectargets/udp: create udp loopback on port 8000 with...
2015-02-10 Florent Kermarrecphy: add hw_init_reset (useful when used without CPU)
2015-02-10 Florent Kermarreccreate Port class and remove connect method of mac...
2015-02-10 Florent Kermarrecmove more things to common files
2015-02-10 Florent Kermarrecgeneric: add crossbar and use it in mac/ip/udp
2015-02-10 Florent KermarrecREADME: use migen fork for now
2015-02-10 Florent Kermarrecudp/crossbar: add possibility to get port with dw ...
2015-02-10 Florent Kermarrecuse new Migen feature: payload_layout/param_layout
2015-02-10 Florent Kermarrecmake packetizer/depacketizer more generic (remove width...
2015-02-09 Florent Kermarrecdoc: init
2015-02-09 Florent Kermarrecetherbone: add skeleton
2015-02-09 Florent KermarrecREADME: update
2015-02-09 Florent Kermarrecicmp: replace fifo with packet buffer and reduce buffering
2015-02-09 Florent Kermarrecuse PacketBuffer for udp loopback
2015-02-09 Florent Kermarrecmac: fix gap inserter/checker
2015-02-09 Florent Kermarrecip: pipeline checksum to improve timings
2015-02-09 Florent Kermarrecimprove RX timings (make valid synchronous)
2015-02-09 Florent Kermarrecadd test_la.py
2015-02-09 Florent Kermarrecmac: add interpacket gap inserter/checker
2015-02-09 Florent Kermarrectest_udp: clean up
2015-02-09 Florent Kermarrecudp: add crossbar
2015-02-09 Florent Kermarreccode clean up
2015-02-06 Florent Kermarrecimprove test_udp (add random data and check)
2015-02-06 Florent Kermarrectest udp with simple loopback, works fine...
2015-02-06 Florent Kermarrecicmp: able to ping board :)
2015-02-06 Florent Kermarrecplatforms/kc705: add more clock constraints
2015-02-06 Florent Kermarrecadd icmp_tb
2015-02-06 Florent Kermarrecadd icmp model
2015-02-06 Florent Kermarrecadd icmp (untested, will need fifo)
2015-02-05 Florent Kermarrecip: add crossbar
2015-02-05 Florent Kermarrecreorganize core (to add crossbar to ip)
2015-02-05 Florent Kermarrecmove more possible logic outside of fsms (to reduce...
2015-02-05 Florent Kermarrecarp: manage the case when the target is unreacheable
2015-02-05 Florent Kermarrecarp: add live time for cached IP/MAC couple
2015-02-05 Florent Kermarreccode clean up due to hw tests
2015-02-05 Florent Kermarrecarp: add cached_valid signal, UDP tx works on hardware
2015-02-05 Florent Kermarrectest on hardware and first fixes
2015-02-05 Florent Kermarrecadd convert_ip function
2015-02-05 Florent Kermarrecmake.py: remove auto-clean
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
next