diff options
Diffstat (limited to 'tb/ttarv32_tb.sv')
-rw-r--r-- | tb/ttarv32_tb.sv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tb/ttarv32_tb.sv b/tb/ttarv32_tb.sv index 6277f02..5b30f25 100644 --- a/tb/ttarv32_tb.sv +++ b/tb/ttarv32_tb.sv @@ -18,7 +18,6 @@ logic rst_n; ttarv32 #( .SLOT_COUNT(4), - .SLOT_DEPTH(3), .ALU_COUNT(2) ) ttarv32 ( .clk_i(clk), |