Forum Discussion
Altera_Forum
Honored Contributor
14 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 c...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- To verify: After configuration, does INIT_DONE go tristate or high / low? I'm assuming it's tristating.. --- Quote End --- p68 indicates that INIT_DONE is open-drain: http://www.altera.com/literature/hb/cfg/cfg_cf51005.pdf Its driven low until configuration completes. Its up to you to supply the external pull-up to make it go high. Cheers, Dave