summaryrefslogtreecommitdiff
path: root/rtl/top/fetch_test.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-09 00:10:50 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-09 00:10:50 -0600
commit9965c5ef7abfbafebeb1afaed6d20cd0f38e0200 (patch)
tree8e8668fafde7cc27a3a3ff7f9be97a5deeb9c6fc /rtl/top/fetch_test.sv
parent1ea0519a2b6b81e0ba324cd69f8785735e7cbef5 (diff)
Update fetch, decode testbenches
Diffstat (limited to 'rtl/top/fetch_test.sv')
-rw-r--r--rtl/top/fetch_test.sv6
1 files changed, 3 insertions, 3 deletions
diff --git a/rtl/top/fetch_test.sv b/rtl/top/fetch_test.sv
index bdfa2c5..4ab5fd1 100644
--- a/rtl/top/fetch_test.sv
+++ b/rtl/top/fetch_test.sv
@@ -6,7 +6,7 @@ module fetch_test
input logic clk,
stall,
branch,
- flush,
+ prefetch_flush,
fetched,
wr_pc,
input ptr branch_target,
@@ -20,6 +20,6 @@ module fetch_test
);
- core_fetch #(.PREFETCH_ORDER(3)) DUT (.*);
+ core_fetch #(.PREFETCH_ORDER(3)) DUT (.flush(), .*);
-endmodule \ No newline at end of file
+endmodule