> configure(npc)

ysyx_22040000 李心杨
 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
  21:19:07  up 3 days 12:09,  2 users,  load average: 1.25, 1.77, 1.50
This commit is contained in:
tracer-ysyx 2024-03-12 21:19:07 +08:00 committed by xinyangli
parent 7d581b47eb
commit 2914694445
2 changed files with 3 additions and 4 deletions

View file

@ -39,9 +39,8 @@ class RV32CPUSpec extends AnyFreeSpec with ChiselScalatestTester {
}
}
"should compile" in {
test(new Flow("../resource/addi.txt")) { c =>
test(new Flow("../resource/addi.txt")).withAnnotations(Seq(WriteVcdAnnotation)) { c =>
c.clock.step(1)
// c.clock.step(100)
}
}