mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-02-06 16:14:42 +00:00
Unused/unconnected IO bits are following the output
This commit is contained in:
@@ -678,7 +678,7 @@ div1m: process(clk32) -- this process devides 32 MHz to 1MHz (for the SID)
|
||||
do => cpuDo,
|
||||
we => cpuWe,
|
||||
|
||||
diIO => "00010111",
|
||||
diIO => cpuIO(7) & cpuIO(6) & "01" & cpuIO(3) & "111",
|
||||
doIO => cpuIO
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user