cpld: don't assert iorqge for general sound ports

For unknown reason it causes issues with 14MHz cpuclk. Further
investigation required.
This commit is contained in:
UzixLS
2021-10-01 20:31:57 +03:00
parent 12bca8c32b
commit b0798eb952
2 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ assign n_romcsb = 1'bz;
assign n_wait = 1'bz;
assign n_busrq = 1'bz;
assign n_iorqge = (port_fffd || port_bffd || port_b3 || port_bb)? 1'b1 : 1'bz;
assign n_iorqge = (port_fffd || port_bffd)? 1'b1 : 1'bz;
assign d =
~n_rd && ~n_iorq && magic_port? magic_port_d :

BIN
out/cpld.pof vendored

Binary file not shown.