Forum Discussion
CAlex
Contributor
3 years agoDe10 HPS issue with FPGA interval timer IP
Hi,
I'm now using the interval timer ip on HPS, I set the ip as general purposed timer.
The timer is set to 100 ms and there is a timer_palus link to my fpga led[1]
The setting is as shown:
...
tehjingy_Altera
Regular Contributor
3 years agoHi Alex
From your project top-level design. (Timer.v)
You have force the reset pin of the "Clock Source IP"
The "Clock Source IP" controls all the reset line of the other IP including the "Interval Timer IP"
By forcing the "Clock Source IP" in reset, it is putting the "Interval Timer IP" in reset.
Regards
Jingyang, Teh