disabling fetch's deadlock check when L1 caches are present

This commit is contained in:
Blaise Tine
2024-01-31 06:16:54 -08:00
parent e2d1387df8
commit 8ab7c590fd
6 changed files with 35 additions and 13 deletions

View File

@@ -533,8 +533,9 @@ module VX_decode #(
assign decode_sched_if.valid = fetch_fire;
assign decode_sched_if.wid = fetch_if.data.wid;
assign decode_sched_if.is_wstall = is_wstall;
`ifndef L1_ENABLE
assign fetch_if.ibuf_pop = decode_if.ibuf_pop;
`endif
`ifdef DBG_TRACE_CORE_PIPELINE
always @(posedge clk) begin