litex/migen
Florent Kermarrec 22507b117c bank: add re to CSRStorage
being able to know when a register is updated is useful in many cases and avoid having to handle another register for that.
re is asserted when the the last CSR of the Compound is written. Software must also write Compound in the right order.
2014-10-16 17:43:41 +08:00
..
actorlib add generic CRCEngine, CRC32, CRCInserter and CRCChecker 2014-09-26 11:42:10 +08:00
bank bank: add re to CSRStorage 2014-10-16 17:43:41 +08:00
bus bus/dfi: add CKE and RESET_N 2014-08-09 10:56:08 +08:00
fhdl fhdl.structure: do not permit clock domain names that start with numbers 2014-08-18 11:01:56 +08:00
flow flow/actor: fix eop direction 2014-09-23 00:14:58 +08:00
genlib genlib/fsm: make first fsm.act() the reset state, even when using after_*/before_* methods before fsm.act 2014-09-29 19:38:58 +08:00
pytholite replace use of __dict__ with dir()/xdir() 2013-11-02 16:03:47 +01:00
sim sim/icarus: add vpi directory to module search path 2014-09-07 16:49:12 +08:00
test genlib/fifo: add replace command to sync FIFO 2014-09-10 21:19:15 +08:00
util utils/misc: add gcd_multiple function to compute GCD or any number of integers 2013-12-12 17:36:50 +01:00
__init__.py