Skip to content

Commit

Permalink
Correct SV linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jul 12, 2024
1 parent b31dc28 commit d00bc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/inst64/idma_inst64_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ module idma_inst64_top #(
// DMA Tracer
//--------------------------------------
// only activate tracer if requested
if (DMATracing) begin
if (DMATracing) begin : gen_tracer
// derive the name of the trace file from the hart ID
string trace_file;
initial begin
Expand Down

0 comments on commit d00bc66

Please sign in to comment.