tilelink2 RegisterRouter: fix output data glitches
If a device changes a register while it's being read but not yet accepted, this an lead to 'data' changing while 'valid' is high. A violation. The problem is that RegMapper is fundamentally DecoupledIO. So fix it with a Queue.
parent
e0188f8a
Please register or sign in to comment