Forum Discussion
sstrell
Super Contributor
3 years agoIt certainly could be because of the unstable pulse. Signal Tap can't help with capturing an issue like that. Check your timing analysis. What does your .sdc look like?
But stranger is that there is no way in your design for sig_A to ever go high. Typo in your reset process?
WNC_HowardHuang
New Contributor
3 years agoHi,
Thanks for your replay.
In our design, there's only have clock in .sdc file
create_clock -name CLK25M -period 40.000 -waveform { 0.000 20.000 } [get_ports {FPGA_25M}]
I think there's no error with reset process because reset signal is from outside FPGA.
We'll looking forward to this problem.
Thanks.