fix instructions of the type "read-reg-is-same-as-write"
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 27 Nov 2021 14:11:23 +0000 (14:11 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 27 Nov 2021 14:11:37 +0000 (14:11 +0000)
commite2da38e80ce2a1d0756a159000d51a22d90d4a6b
tree83a184353029f3609a00a22cab91d8e38aa4ce0f
parentf6f6c207b8c10815c440a65dacf5d3772a3fee2a
fix instructions of the type "read-reg-is-same-as-write"
this then caused write-after-write detection to go into a combinatorial
loop, which was fixed by not checking fu.issue_i but instead using
fu_enable (fu_bitdict[FU])
src/soc/simple/core.py