> 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
  00:33:44  up 3 days 15:24,  2 users,  load average: 1.20, 0.75, 0.43
This commit is contained in:
tracer-ysyx 2024-03-13 00:33:44 +08:00 committed by xinyangli
parent 0cfa9d2eef
commit aeed35376f
2 changed files with 18 additions and 26 deletions

View file

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