[entropy_src] Make all the widths in window_cntr_d match
Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
diff --git a/hw/ip/entropy_src/rtl/entropy_src_core.sv b/hw/ip/entropy_src/rtl/entropy_src_core.sv
index 0abc7f9..7bbacc6 100644
--- a/hw/ip/entropy_src/rtl/entropy_src_core.sv
+++ b/hw/ip/entropy_src/rtl/entropy_src_core.sv
@@ -1094,7 +1094,7 @@
// Window counter
assign window_cntr_d =
- (!es_enable) ? 1'b0 :
+ (!es_enable) ? '0 :
health_test_clr ? '0 :
health_test_done_pulse ? '0 :
health_test_esbus_vld ? (window_cntr_q+1) :