> 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:
tracer-ysyx 2024-01-10 17:25:37 +08:00 committed by xinyangli
parent e13fd327e5
commit 3595b4802e
No known key found for this signature in database

View file

@ -85,7 +85,7 @@ import npc.keyboard._
class Keyboard extends Module { class Keyboard extends Module {
val io = IO(new Bundle { val io = IO(new Bundle {
val ps2 = PS2Port() 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)) val seg_handler = Module(new SegGenerator(seg_count = 8))