Closed jackkoenig closed 8 years ago
Is it not? I've never seen datablock before, but I use data in BOOM.
https://github.com/ucb-bar/riscv-boom/blob/master/src/main/scala/fetch.scala#L129
Hwacha uses datablock
@ccelio I think you are instantiating the frontend not the ICache itself so thats why you use data and not datablock. Hwacha has its own frontend and so instantiates the actual ICache to use its datablock.
Oh, good point.
From
As far as I can tell, only datablock is used.