Disabling tracing on library
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
`include "VX_platform.vh"
|
||||
|
||||
`TRACING_OFF
|
||||
module VX_pipe_register #(
|
||||
parameter DATAW = 1,
|
||||
parameter RESETW = DATAW,
|
||||
@@ -72,4 +73,5 @@ module VX_pipe_register #(
|
||||
);
|
||||
end
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
`TRACING_ON
|
||||
Reference in New Issue
Block a user