lab2打包

This commit is contained in:
2025-11-18 20:25:21 +08:00
parent 560a9add68
commit 45dc51e4c4
39 changed files with 3394 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ class Timer extends Module {
val debug_enabled = Output(Bool())
})
val count = RegInit(0.U(32.W))
val limit = RegInit(100000000.U(32.W))
io.debug_limit := limit