mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 05:37:16 -04:00
Remove latch from flush_icache_o
This commit is contained in:
parent
70e16022a9
commit
07caec4072
2 changed files with 3 additions and 1 deletions
|
@ -21,9 +21,11 @@ import ariane_pkg::*;
|
|||
`ifndef verilator
|
||||
`ifndef SYNTHESIS
|
||||
import instruction_tracer_pkg::*;
|
||||
`timescale 1ns / 1ps
|
||||
`endif
|
||||
`endif
|
||||
|
||||
|
||||
module ariane
|
||||
#(
|
||||
parameter N_EXT_PERF_COUNTERS = 0
|
||||
|
|
|
@ -55,7 +55,7 @@ module controller (
|
|||
flush_id_o = 1'b0;
|
||||
flush_ex_o = 1'b0;
|
||||
flush_tlb_o = 1'b0;
|
||||
|
||||
flush_icache_o = 1'b0;
|
||||
// ------------
|
||||
// Mis-predict
|
||||
// ------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue