Add testbenches

This commit is contained in:
Jeremy Shen
2026-05-25 09:29:23 +08:00
parent 99ef0f0e6e
commit 63e1fdcdf1
5 changed files with 1855 additions and 541 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -33,7 +33,7 @@ module Reg_file (
// --- Parameters ---
localparam REG_COUNT = 16;
localparam [23:0]
IDENT = 24'h800000|| 12'b0001_0000_0000, //CPLD3==1,version=1.0.0
IDENT = 24'h800000 | 12'b0001_0000_0000, //CPLD3==1,version=1.0.0
STATE_INIT = 24'h800000;
// State Machine Definition
File diff suppressed because it is too large Load Diff