Disabling tracing on library
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
`include "VX_platform.vh"
|
||||
|
||||
`TRACING_OFF
|
||||
module VX_index_queue #(
|
||||
parameter DATAW = 1,
|
||||
parameter SIZE = 1
|
||||
@@ -61,4 +62,5 @@ module VX_index_queue #(
|
||||
assign write_addr = wr_a;
|
||||
assign read_data = entries[read_addr];
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
`TRACING_ON
|
||||
Reference in New Issue
Block a user