> 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
  10:19:24  up 4 days  1:09,  2 users,  load average: 1.63, 1.47, 1.02
This commit is contained in:
tracer-ysyx 2024-03-13 10:19:24 +08:00 committed by xinyangli
parent aeed35376f
commit cb2ecd29ac
4 changed files with 11 additions and 6 deletions

View file

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