mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-20 01:34:38 +00:00
Update Tetris_MiST.sv
This commit is contained in:
parent
08fee4aa6b
commit
2d9937d626
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user