Disabling tracing on library

This commit is contained in:
Blaise Tine
2021-08-12 01:55:52 -07:00
parent 7202bdf977
commit 7961cf7474
23 changed files with 74 additions and 28 deletions

View File

@@ -3,6 +3,7 @@
// Fast Paralllel scan using Kogge-Stone style prefix tree with configurable operator
// Adapted from BaseJump STL: http://bjump.org/index.html
`TRACING_OFF
module VX_scan #(
parameter N = 1,
parameter OP = 0, // 0: XOR, 1: AND, 2: OR
@@ -58,3 +59,4 @@ module VX_scan #(
`IGNORE_WARNINGS_END
endmodule
`TRACING_ON