> 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:
tracer-ysyx 2024-01-09 20:31:50 +08:00 committed by xinyangli
parent 45b0983c4a
commit 6b8cd8ac33
No known key found for this signature in database

View file

@ -88,8 +88,8 @@ class Keyboard extends Module {
val segs = Output(Vec(6, UInt(4.W))) val segs = Output(Vec(6, UInt(4.W)))
}) })
val keyboard_controller = new KeyboardController val keyboard_controller = Module(new KeyboardController)
val seg_handler = new SegHandler(6) val seg_handler = Module(new SegHandler(6))
seg_handler.io.keycode <> keyboard_controller.io.out seg_handler.io.keycode <> keyboard_controller.io.out