Skip to content

Commit

Permalink
removes /*verilator tracing*/ lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Oct 7, 2023
1 parent e9a98d9 commit 898faf2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions hdl/jt51.v
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jt51_timers u_timers(
.irq_n ( irq_n )
);

/*verilator tracing_on*/

`ifndef JT51_ONLYTIMERS
`define YM_TIMER_CTRL 8'h14

Expand Down Expand Up @@ -138,9 +136,6 @@ wire [ 4:0] keycode_III;
wire [ 9:0] ph_X;
wire pg_rst_III;

/*verilator tracing_on*/


jt51_pg u_pg(
.rst ( rst ),
.clk ( clk ), // P1
Expand Down Expand Up @@ -195,7 +190,6 @@ jt51_eg u_eg(
.eg_XI ( eg_XI )
);

/*verilator tracing_off*/
wire signed [13:0] op_out;

jt51_op u_op(
Expand Down Expand Up @@ -275,8 +269,6 @@ wire write = !cs_n && !wr_n;

assign dout = { busy, 5'h0, flag_B, flag_A };

/*verilator tracing_on*/

jt51_mmr u_mmr(
.rst ( rst ),
.clk ( clk ),
Expand Down

0 comments on commit 898faf2

Please sign in to comment.