> 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:33:44  up 1 day 19:34,  2 users,  load average: 0.48, 0.78, 0.73
This commit is contained in:
tracer-ysyx 2024-01-09 20:33:44 +08:00 committed by xinyangli
parent 6b8cd8ac33
commit f715cbd941
No known key found for this signature in database

View file

@ -59,7 +59,7 @@ class KeyboardController extends Module {
class SegHandler(seg_count: Int) extends Module {
val io = IO(new Bundle {
val keycode = Flipped(Decoupled(UInt(8.W)))
val segs = Output(Vec(seg_count, UInt(4.W)))
val segs = Output(Vec(seg_count / 2, UInt(8.W)))
})