> 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 20:31:50 up 1 day 19:32, 2 users, load average: 1.21, 0.96, 0.78
This commit is contained in:
parent
45b0983c4a
commit
6b8cd8ac33
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ class Keyboard extends Module {
|
|||
val segs = Output(Vec(6, UInt(4.W)))
|
||||
})
|
||||
|
||||
val keyboard_controller = new KeyboardController
|
||||
val seg_handler = new SegHandler(6)
|
||||
val keyboard_controller = Module(new KeyboardController)
|
||||
val seg_handler = Module(new SegHandler(6))
|
||||
|
||||
seg_handler.io.keycode <> keyboard_controller.io.out
|
||||
|
||||
|
|
Loading…
Reference in a new issue