> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 16:16:42  up 3 days 15:17,  2 users,  load average: 0.88, 0.74, 0.68
This commit is contained in:
tracer-ysyx 2024-01-11 16:16:42 +08:00 committed by xinyangli
parent 80c192b99b
commit 2f8255e336
No known key found for this signature in database
3 changed files with 143 additions and 10 deletions

View file

@ -60,13 +60,3 @@ class KeyboardControllerSpec extends AnyFreeSpec with ChiselScalatestTester {
}
}
}
class SegSpec extends AnyFreeSpec with ChiselScalatestTester {
"try out vec" in {
test(new SegGenerator(8)) {c =>
c.io.keycode.bits.poke(0xAC)
c.clock.step(1)
println(s"out: ${c.io.segs(0).peek().litValue}")
}
}
}