Forum Discussion
Altera_Forum
Honored Contributor
14 years agoEPF10k10 reconfiguration
Hi! What's the best way to perform a reset / reconfiguration on the EPF10k10? Looking at the configuration appnote (AN59, page 4) I'm guessing it's as simple as pulling down nConfig which would...
Altera_Forum
Honored Contributor
14 years agoYeah, it might be little overkill :-)
That said, it's an easy way to get everything re-initialized. The Z80 will run at about a quarter of the clock speed so any I/O operations will be handled by a state machine. While I could dedicate a global (thanks for point that out btw) pin as a reset, it'd mean I'd have to wrap every block with an if (~reset). No big deal, but still.. I'll give it some thought though as I'd still like the clock-divider to be moved into the FPGA rather than have it as an external counter.. -Mux P.S. The Z80 will also tri-state all of its pins during reset, so we're all good :-)