move DEC and TB into StateRegs, to make room in FastRegs
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 19 Jan 2022 12:16:25 +0000 (12:16 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 19 Jan 2022 12:16:25 +0000 (12:16 +0000)
commitfb5bf8fdfba2f8a79b0b10318c03540188e3e6f0
treebf99b37f5b8f485c0e0ca7f1adb3f56a900a541e
parentdca0b03a6f8961f168f4c6d617d390122fc37592
move DEC and TB into StateRegs, to make room in FastRegs
also has the advantage that DEC and TB could generate an accurate interrupt
src/soc/fu/spr/main_stage.py
src/soc/fu/spr/pipe_data.py
src/soc/regfile/regfiles.py
src/soc/simple/core.py
src/soc/simple/issuer.py
src/soc/simple/test/test_core.py