Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
your accumulator is 2^32 , Fs is 100MHz, tuning word is 42949673 so output F = 100MHz * 42949673/2^32 = 1Mhz
for 10 Mhz the tuning word should be 10 times larger i.e. 10/100 *2^32 = 429496730 I don't know why gui is displaying that but your vco should be ok in circuit - Altera_Forum
Honored Contributor
tomorrow i can simulate this implementation.
thank you