unable to display fshow for tagVec

This commit is contained in:
Yehowshua Immanuel 2025-03-20 00:10:00 -04:00
parent 6359ab833d
commit ac48f5a4ad
3 changed files with 33 additions and 14 deletions

View file

@ -101,6 +101,7 @@ mkSim :: Module Empty
mkSim = do
let cfg :: BRAM_Configure = defaultValue
tagEngine :: TagEngine 5 <- mkTagEngine
count :: Reg (UInt 3) <- mkReg 0;
initCFunctions :: Reg Bool <- mkReg False;
core :: Core FCLK <- mkCore;