Forum Discussion
EugenyB
Occasional Contributor
4 years agoCreatea range of clock frequencies
I am using Cyclone 3 chip, it has 2 PLLs and a number of clock controllers.
Is it possible to have any combinations of above features (or employing any other) and have FPGA clocking circuit output...
- 4 years ago
Hi Eugeny,
The other thread that you mentioned related to Scandone not going low was resolved by usage of areset signal. You seems to have figured that out yourself.
If so, can this thread be also considered as resolved?
Regards
EugenyB
Occasional Contributor
4 years agoIt seems the right way is to use ALTPLL_RECONFIG with ROM containing 16 sets for the PLL (4096*1 M9K ROM block). Am I correct? Any better way?
- EugenyB4 years ago
Occasional Contributor
The better way seems to be design my own simple reconfig circuit basing on ROM of 16*16*9 bit size feeding the PLL. I will design the script converting bit-based MIF configuration files created using megawizard to this ROM image.