mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
miss_handler.sv: Add default assignment for active_serving_o
(#307)
This commit is contained in:
parent
a147562cb7
commit
0cb4465850
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ module miss_handler #(
|
|||
we_o = '0;
|
||||
// Cache controller
|
||||
miss_gnt_o = '0;
|
||||
active_serving_o = '0;
|
||||
// LFSR replacement unit
|
||||
lfsr_enable = 1'b0;
|
||||
// to AXI refill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue