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

@@ -1,5 +1,6 @@
`include "VX_platform.vh"
`TRACING_OFF
module VX_serial_div #(
parameter WIDTHN = 1,
parameter WIDTHD = 1,
@@ -97,4 +98,5 @@ module VX_serial_div #(
assign tag_out = tag_r;
assign valid_out = is_busy && done;
endmodule
endmodule
`TRACING_ON