> configure(npc)

ysyx_22040000 李心杨
 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
  10:40:24  up  20:16,  2 users,  load average: 0.08, 0.17, 0.25
This commit is contained in:
tracer-ysyx 2024-03-26 10:40:24 +08:00 committed by xinyangli
parent 327db2ba3c
commit 16ff4fa42e

View file

@ -33,12 +33,9 @@ class Keyboard extends Module {
io.segs := seg_handler.io.segs
}
<<<<<<< Updated upstream
=======
class Flowpc extends Module {
val io = IO(new Bundle { })
val register_file = new RegisterFile(readPorts = 2);
val pc = new ProgramCounter(32);
val adder = new SRAM()
}
>>>>>>> Stashed changes