unable to display fshow for tagVec
This commit is contained in:
parent
6359ab833d
commit
ac48f5a4ad
3 changed files with 33 additions and 14 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue