Altera_Forum
Honored Contributor
13 years agoEPF10K10 and CPU reset using INIT_DONE
Hi There!
Yes, I'm using an EPF10k10 :-) So I'm considering using INIT_DONE to hold my Z80 in reset during configuration. I'd also like to be able to manually reset, so I'd like to know if I can just add a switch to ground between the 1k pull-up and INIT_DONE. There's some ambiguity as to whether or not the pin will tri-state or not, hence my question. To clarify: ^ vcc | / \ 1K / +------------ INIT_DONE (also connected to z80 reset ) | | / NO switch / | | + gnd anyone see anything wrong with this? The Z80 will make sure the FPGA registers will be reset using a regular write. Cheers, -Mux