> 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:
parent
6b8cd8ac33
commit
f715cbd941
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue