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 ago --- Quote Start --- My 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. --- Quote End --- I don't understand why you would do this-- S is already internal, and there has to be a known relationship because you know your FPGA clock. Even if that is set using set_false_path, you can build up the timing network.