RLee42
Occasional Contributor
6 years agoHow can I assign a node is not a clock for TimeQuest
Hi,
Quartus TimeQuest infers a PIN as a clock because I need to use it as the way of a clock for some reason. However, it's a not a clock and mostly used as a data in the design.
I couldn't find the "not a clock" assignment, so I tried the steps with a problem as below:
- Let's say the PIN name is signal, and I have two signals by using "assign signal_clk = signal;" and "assign signal_data = signal;";
- I'd like to use create_clock for signal_clk which is used as the way of a clock only, but I couldn't find the node when I tried to add a node of create_clock in TimeQuest.
- Note: There is no flip-flop but only wire between the PIN signal and signal_clk.
My questions are:
- Is there any way to let Quartus TimeQuest know it's not a clock?
- What's the reason that I couldn't find the node for signal_clk, may because there is no flip-flop that it's regarded as the PIN itself?
Thank you.
Best regards,
Ross