Commit bff0ffa4 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra Committed by Andrew Waterman
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment