Skip to content

Commit

Permalink
tb: fix missing static/automatic/const
Browse files Browse the repository at this point in the history
  • Loading branch information
phsauter committed Oct 7, 2024
1 parent 4e3acb4 commit 3648201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/tb_croc_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module tb_croc_soc #(
bit [31:0] data;
bit [7:0] byte_data;
int byte_count;
dm::sbcs_t sbcs = dm::sbcs_t'{sbautoincrement: 1'b1, sbaccess: 2, default: '0};
const dm::sbcs_t sbcs = dm::sbcs_t'{sbautoincrement: 1'b1, sbaccess: 2, default: '0};

file = $fopen(filename, "r");
if (file == 0) begin
Expand Down

0 comments on commit 3648201

Please sign in to comment.