From ab1a7884a4f65af49eb25f9c4747de59c98e40d9 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Mon, 29 Jul 2024 15:14:32 +0200 Subject: [PATCH] hw: Remove weird declaration statement --- hw/snitch_cluster/src/snitch_cc.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/snitch_cluster/src/snitch_cc.sv b/hw/snitch_cluster/src/snitch_cc.sv index 0040a5654..913787ce7 100644 --- a/hw/snitch_cluster/src/snitch_cc.sv +++ b/hw/snitch_cluster/src/snitch_cc.sv @@ -854,7 +854,7 @@ module snitch_cc #( // pragma translate_off int f; string fn; - logic [63:0] cycle = 0; + logic [63:0] cycle; initial begin // We need to schedule the assignment into a safe region, otherwise // `hart_id_i` won't have a value assigned at the beginning of the first