From 6a079ade895594eabff4cdb8f54c5661e62d1bef Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Fri, 12 Jul 2024 20:57:24 +0200 Subject: [PATCH] util/mario: Correct potentially dangerous typo in tracer RTL --- util/mario/tracer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mario/tracer.py b/util/mario/tracer.py index eac63869..4fb2e10c 100644 --- a/util/mario/tracer.py +++ b/util/mario/tracer.py @@ -14,7 +14,7 @@ TRACER_BODY = ''' // The tracer for the ${identifier} iDMA `define IDMA_TRACER_${identifier_cap}(__backend_inst, __out_f) <%text>\\ -`ifndef SYNTHESYS <%text>\\ +`ifndef SYNTHESIS <%text>\\ `ifndef VERILATOR <%text>\\ initial begin : inital_tracer_${identifier} <%text>\\ automatic bit first_iter = 1; <%text>\\