Forum Discussion
Altera_Forum
Honored Contributor
10 years agoUsing a "rising_edge" function basically uses the specified signal as a clock. In an FPGA you can only use 1 clock per process.
But your code is rather confusing, because according to your code, even if you could use two clocks, as soon as there was a rising edge of pulse, newTrigger is instantly set back to '0'. So how did you expect it to work?