diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-06 20:47:07 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-06 20:47:07 -0600 |
| commit | 9a1b8cb728a937263ea02d3453f325d19dc78863 (patch) | |
| tree | f7f3dabcddaf13ff716819f4b31a5b5029e8c493 /rtl/wb2axip/axilxbar.v | |
| parent | f13369fb883d0a231b8dd01856dc18f7ee22d5c9 (diff) | |
rtl/wb2axip: add tracing_off pragmas
Diffstat (limited to 'rtl/wb2axip/axilxbar.v')
| -rw-r--r-- | rtl/wb2axip/axilxbar.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rtl/wb2axip/axilxbar.v b/rtl/wb2axip/axilxbar.v index 4a1ed43..95c9172 100644 --- a/rtl/wb2axip/axilxbar.v +++ b/rtl/wb2axip/axilxbar.v @@ -193,6 +193,9 @@ module axilxbar #( // }}} // }}} ); + + // verilator tracing_off + // // Local parameters, derived from those above // {{{ |
