Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Hi, In my design i am using a combinational function with 2 inputs and four outputs. The problem is that, when i check the outputs of the FPGA i found glitches that are 'i think' due to a propagation delay that affects the inputs. How could i tell the FPGA that i want that the propagation delay from PINS to the COMBINATIONAL bloc should be the same : the two signal arrives at the same time ? Thanks in advance. --- Quote End --- Hi, that's the reason why a synchronous desgin style is recommendend. Use input and output registers with an appropriate clock and all your glitches will be gone. Kind regards GPK