From b1ee83cd1ea325a5d353365ac35790a7c1d47845 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 10 Aug 2025 20:16:09 +0300 Subject: decrease max path length + Not fully functional, but good enough for now --- tb/ttarv32_tb.sv | 1 - 1 file changed, 1 deletion(-) (limited to 'tb/ttarv32_tb.sv') 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), -- cgit v1.2.3