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 encoder using parallel prefix computation
// Adapter from BaseJump STL: http://bjump.org/data_out.html
`TRACING_OFF
module VX_onehot_encoder #(
parameter N = 1,
parameter REVERSE = 0,
@@ -102,4 +103,5 @@ module VX_onehot_encoder #(
assign valid_out = (| data_in);
end
endmodule
endmodule
`TRACING_ON