Forum Discussion
Altera_Forum
Honored Contributor
12 years agoShort pulse generation
Hello, if some one tracks my messages might now, that i am working on high speed data aqusition system for linear CCD. Finlay i get to a state that i have only one single problem, and i need he...
Altera_Forum
Honored Contributor
12 years agodo an edge detect - register the trigger value and compare it to the incoming version. If reg = '0' and input = '1' then you detected a rising edge.
But for this, you will need to synchronis the trigger through a double register first to avoid any metastability..