base testing

This commit is contained in:
2026-03-21 18:39:01 +00:00
parent d03fb0cf2e
commit fcf3390dc5
9 changed files with 2077 additions and 241 deletions

View File

@@ -918,7 +918,7 @@ module mkCore#(CoreId coreId)(Core);
// incr cycle count
(* fire_when_enabled, no_implicit_conditions *)
rule incCycleCnt(doStats);
// $display("calling cycle");
$display("calling cycle");
cycleCnt.incr(1);
endrule