Forum Discussion
Altera_Forum
Honored Contributor
15 years agotry (and it is just a guess) several inverters to delay and invert a signal S to S_inverted.(you may need the keep attribute or get quartus to insert delay instead). Then detect edge transition:
reset <= S and not S_inverted or not S and S_inverted;