Disabling tracing on library
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
`include "VX_platform.vh"
|
||||
|
||||
`TRACING_OFF
|
||||
module VX_reset_relay #(
|
||||
parameter ASYNC = 0
|
||||
) (
|
||||
@@ -21,4 +22,5 @@ module VX_reset_relay #(
|
||||
|
||||
assign reset_o = reset_r;
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
`TRACING_ON
|
||||
Reference in New Issue
Block a user