bank: add re to CSRStorage
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 10 Oct 2014 18:45:18 +0000 (20:45 +0200)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Thu, 16 Oct 2014 09:43:41 +0000 (17:43 +0800)
commit22507b117c1d591504c5010c3b54364febf872e7
treef0a69dd41e2283264c843e069ed52cb6fe7928f7
parent15f67b30d0893062d3a2727c1618354b76d58472
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.
migen/bank/description.py