Forum Discussion
Altera_Forum
Honored Contributor
10 years agoSDC problem
hi, My requriement is that: There are two input signal, In_a, In_b, these two signals will be connected to clock and data (llike I2C). two output signal, Out_clock, Out_data. Because the In_a...
Altera_Forum
Honored Contributor
10 years agoMy stupid method is Identify module output the S to external pin, and route this pin back to another pin.
Then use this pin to control Switch module. The Quartus don't know the relationship between S from external pin and In_a, In_b, the synthesized module can run at 200Mhz. The key is to disconnect relationship between S and In_a, In_b. The method is using external pin. But i feel that this method is very stupid.