reading of regfile bitvector added, which activates on a per-FU basis
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 17 Nov 2021 18:01:27 +0000 (18:01 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 17 Nov 2021 18:01:35 +0000 (18:01 +0000)
commit7492a3533c61a6999d36df687c8d5e6e3603b0d6
treeb47435926c0167d4961a325a459d9788de54de78
parent81b013cceefaec4457df0e75a1aab8ab8fb3c30f
reading of regfile bitvector added, which activates on a per-FU basis
at the regfile read port

this is somewhat complete overkill because strictly speaking the
read should be done at issue time.  fortunately, merging of lots of ORs
results in the exact same thing, just distributed

horribly inefficient though
src/soc/simple/core.py