mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-03-10 04:24:25 +00:00
Update Tetris_MiST.sv
This commit is contained in:
@@ -105,7 +105,7 @@ sdram sdram(
|
||||
.port1_d ( {ioctl_dout, ioctl_dout} ),
|
||||
.port1_q ( ),
|
||||
|
||||
.cpu1_addr ( ioctl_downl ? 16'hffff : {2'b00, rom_addr[15:1]}),
|
||||
.cpu1_addr ( ioctl_downl ? 16'hffff : {2'b0, rom_addr[15:1]}),
|
||||
.cpu1_q ( rom_do ),
|
||||
|
||||
// port2 for gfx
|
||||
@@ -277,4 +277,4 @@ always @(posedge clk_sys) begin
|
||||
end
|
||||
end
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user