miss_handler.sv: Add default assignment for active_serving_o (#307)

This commit is contained in:
Nils Wistoff 2019-08-20 16:32:05 +02:00 committed by Florian Zaruba
parent a147562cb7
commit 0cb4465850

View file

@ -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