Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Jun 2, 2024
1 parent a015fbf commit a8cad67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cores/s18/hdl/jtpcm568_ch.v
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ module jtpcm568_ch(
reg [15:0] ls; // loop position
reg [ 7:0] staddr;

`ifdef SIMULATION
wire looped = loop & cen & sel;
`endif

// sound address
always @(posedge clk or posedge rst) begin
if(rst) begin
Expand Down

0 comments on commit a8cad67

Please sign in to comment.