Enable 16MHz for TG68K CPU.

This commit is contained in:
sorgelig 2021-03-21 02:10:02 +08:00
parent b54236b9cc
commit f64070f96a
1 changed files with 2 additions and 2 deletions

View File

@ -508,8 +508,8 @@ wire tg68_reset_n;
tg68k tg68k (
.clk ( clk_sys ),
.reset ( !_cpuReset ),
.phi1 ( clk8_en_p ),
.phi2 ( clk8_en_n ),
.phi1 ( cpu_en_p ),
.phi2 ( cpu_en_n ),
.cpu ( {status_cpu[1], |status_cpu} ),
.dtack_n ( _cpuDTACK ),