Skip to content

Commit

Permalink
util/mario: Correct potentially dangerous typo in tracer RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jul 12, 2024
1 parent a6b190c commit 6a079ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/mario/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
TRACER_BODY = '''
// The tracer for the ${identifier} iDMA
`define IDMA_TRACER_${identifier_cap}(__backend_inst, __out_f) <%text>\\</%text>
`ifndef SYNTHESYS <%text>\\</%text>
`ifndef SYNTHESIS <%text>\\</%text>
`ifndef VERILATOR <%text>\\</%text>
initial begin : inital_tracer_${identifier} <%text>\\</%text>
automatic bit first_iter = 1; <%text>\\</%text>
Expand Down

0 comments on commit 6a079ad

Please sign in to comment.