add FU write-after-write hazard detection Signal (dummy so far)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 23 Nov 2021 15:53:35 +0000 (15:53 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 23 Nov 2021 15:53:35 +0000 (15:53 +0000)
commit7607147095be0498eb50427d0e6dca35650bdc5f
tree126721723dde1eea852e5216e88f63e877cf187f
parentd0699a862f265f26050409cb00b1854db5ea7f6f
add FU write-after-write hazard detection Signal (dummy so far)

this has to be set up in the connect_write section but then
*used* in connect_rdport in order to stop reading from happening

strictly speaking it should actually stop issue, but we already
established that that way lies madness (combinatorial loops).

this may turn out to be a bit more complex than initially planned
due to some instructions potentially not having read at all
(only write)
src/soc/simple/core.py