litex/examples/basic
Florent Kermarrec e03091e7e2 add generic CRCEngine, CRC32, CRCInserter and CRCChecker
CRCEngine implements a generic and optimized CRC LFSR. It will enable generation of CRC generators and checkers.
CRC32 is an implementation of IEEE 802.3 CRC using the CRCEngine.
CRC32Inserter and CRC32Checker have been tested on an ethernet MAC.
2014-09-26 11:42:10 +08:00
..
arrays.py fhdl: compact Instance syntax 2013-07-25 20:34:19 +02:00
complex.py examples/complex: do not use variable 2013-06-30 19:27:01 +02:00
crc.py add generic CRCEngine, CRC32, CRCInserter and CRCChecker 2014-09-26 11:42:10 +08:00
fsm.py genlib/fsm: rename {entering,leaving} to after_{entering,leaving}, add before_{entering,leaving} 2013-11-21 23:30:24 +01:00
graycounter.py New simulation API 2014-01-26 22:19:43 +01:00
local_cd.py New migen.fhdl.std to simplify imports + len->flen 2013-05-22 17:11:09 +02:00
memory.py Make memory ports part of specials 2013-05-28 16:11:34 +02:00
namer.py examples/basic/namer: cleanup 2013-09-04 17:20:40 +02:00
psync.py examples: remove direct uses of Fragment 2013-07-24 18:47:25 +02:00
record.py New migen.fhdl.std to simplify imports + len->flen 2013-05-22 17:11:09 +02:00
reslice.py support re-slicing and non-unit step size 2013-06-30 14:03:34 +02:00
simple_gpio.py New migen.fhdl.std to simplify imports + len->flen 2013-05-22 17:11:09 +02:00
tristate.py New migen.fhdl.std to simplify imports + len->flen 2013-05-22 17:11:09 +02:00
two_dividers.py examples/two_dividers: demonstrate InsertCE and InsertReset decorators 2013-07-25 17:56:55 +02:00