> configure(npc)
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 17:25:37 up 2 days 16:26, 2 users, load average: 0.75, 0.79, 0.76
This commit is contained in:
parent
e13fd327e5
commit
3595b4802e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ import npc.keyboard._
|
|||
class Keyboard extends Module {
|
||||
val io = IO(new Bundle {
|
||||
val ps2 = PS2Port()
|
||||
val segs = Output(Vec(3, UInt(8.W)))
|
||||
val segs = Output(Vec(8, UInt(8.W)))
|
||||
})
|
||||
|
||||
val seg_handler = Module(new SegGenerator(seg_count = 8))
|
||||
|
|
Loading…
Reference in a new issue