make core busy_o part of the CoreOutput data structure
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Nov 2021 13:41:49 +0000 (13:41 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Nov 2021 13:41:49 +0000 (13:41 +0000)
commit3bac382f81b4e7a9b7940815821d3cab42ae7700
tree8c9407d8a83d1755cfafe82c316ed91a925e211d
parent2ad8931a205aedd6d65a7dbc66b136489837857b
make core busy_o part of the CoreOutput data structure
the FSM TestIssuer can use this to detect not to send anything to it
and the InOrderIssuer can safely ignore it as long as it takes care
of RaW hazards
src/soc/simple/core.py
src/soc/simple/issuer.py