cleanup some warnings

This commit is contained in:
Eugene Lozovoy
2024-09-18 19:47:15 +03:00
parent 8909ef759b
commit 4c87bedf94
4 changed files with 27 additions and 49 deletions

View File

@ -89,7 +89,7 @@ reg rd1, rd2 = 0;
always @(posedge clk) begin
sdr_cmd <= SdrCmd_xx;
data <= SDRAM_DQ;
SDRAM_DQ <= 16'bZ;
SDRAM_DQ <= {16{1'bZ}};
state <= state + 1'd1;
port2_ack <= 1'b0;