Skip to content

Commit

Permalink
only blocking assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Jan 19, 2024
1 parent 2b3879a commit 34c152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdl/jtopl_reg_ch.v
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ always @(posedge clk, posedge rst) begin
reg_fnum [i] <= 0;
end
end else if(cen) begin
i <= 0;
i = 0;
if( up_fnumlo ) reg_fnum[up_ch][7:0] <= din;
if( up_fnumhi ) { reg_keyon[up_ch], reg_block[up_ch], reg_fnum[up_ch][9:8] } <= din[5:0];
if( up_fbcon ) { reg_fb[up_ch], reg_con[up_ch] } <= din[3:0];
Expand Down

0 comments on commit 34c152f

Please sign in to comment.