fix: unnecessary chisel test
This commit is contained in:
parent
4a38cb566b
commit
fd3838a61d
2 changed files with 1 additions and 10 deletions
|
@ -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}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
sbt
|
||||
nur.xin.nvboard
|
||||
self.packages.${system}.circt
|
||||
yosys
|
||||
];
|
||||
buildInputs = [
|
||||
verilator
|
||||
|
|
Loading…
Reference in a new issue