Skip to content

Commit

Permalink
hw: Remove weird declaration statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jul 29, 2024
1 parent 406b0ce commit ab1a788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/snitch_cluster/src/snitch_cc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab1a788

Please sign in to comment.