mirror of
https://github.com/MiSTer-devel/MultiComp_MiSTer.git
synced 2026-04-19 03:04:38 +00:00
fixed serial via uart
This commit is contained in:
@@ -185,9 +185,9 @@ port map (
|
||||
io2 : entity work.bufferedUART
|
||||
port map(
|
||||
clk => clk,
|
||||
n_wr => n_interface1CS or cpuClock or n_WR,
|
||||
n_rd => n_interface1CS or cpuClock or (not n_WR),
|
||||
n_int => n_int1,
|
||||
n_wr => n_interface2CS or cpuClock or n_WR,
|
||||
n_rd => n_interface2CS or cpuClock or (not n_WR),
|
||||
n_int => n_int2,
|
||||
regSel => cpuAddress(0),
|
||||
dataIn => cpuDataOut,
|
||||
dataOut => interface2DataOut,
|
||||
|
||||
Reference in New Issue
Block a user