Disabling tracing on library
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
`include "VX_platform.vh"
|
||||
|
||||
`TRACING_OFF
|
||||
module VX_pending_size #(
|
||||
parameter SIZE = 1,
|
||||
parameter SIZEW = $clog2(SIZE+1)
|
||||
@@ -44,4 +45,5 @@ module VX_pending_size #(
|
||||
assign full = full_r;
|
||||
assign size = {full_r, used_r};
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
`TRACING_ON
|
||||
Reference in New Issue
Block a user