gate level sim changes

This commit is contained in:
Richard Yan
2024-06-09 15:15:01 -07:00
parent d624b3e50a
commit 67a13410fd
3 changed files with 33 additions and 7 deletions

View File

@@ -206,7 +206,7 @@
`define UNUSED_ARG(x) /* verilator lint_off UNUSED */ \
x \
/* verilator lint_on UNUSED */
`define TRACE(level, args) dpi_trace(level, $sformatf args)
`define TRACE(level, args) $display args
`endif
`endif