From 7ad14687bf6b34401a04d60f8e0c71f671701ce5 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Wed, 3 Dec 2025 10:31:13 +0100 Subject: [PATCH] Make mealy_tb compatible with Icarus Verilog --- fsm/mealy_tb.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsm/mealy_tb.sv b/fsm/mealy_tb.sv index 51c017d..aa2c35a 100644 --- a/fsm/mealy_tb.sv +++ b/fsm/mealy_tb.sv @@ -19,7 +19,7 @@ module mealy_tb; end initial begin - $timeformat(-9, 0, " ns"); + $timeformat(-9, 0, " ns", 0); // Reset the FSM. rst <= 1'b1;