litex/migen/bank
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
..
__init__.py Cleanup 2011-12-05 19:25:32 +01:00
csrgen.py replace use of __dict__ with dir()/xdir() 2013-11-02 16:03:47 +01:00
description.py bank: add re to CSRStorage 2014-10-16 17:43:41 +08:00
eventmanager.py bank/eventmanager: add SharedIRQ 2014-01-06 22:13:06 +01:00