Forum Discussion
Mikexx
Occasional Contributor
2 years agoClock missing from Timing Analyzer - Report Setup Summary
I have a clock mux along the lines in "ug-qps-03-design-recommendations.pdf" I have set the output clock to be a Global Clock in the Assignment Editor and I give it's minimum period in the sdc file....
ShengN_altera
Super Contributor
1 year agoHi,
TX_PCLK is a net. In.sdc, you have to use get_nets
create_clock -name {TX_PCLK} -period 6.734 -waveform { 0.000 3.367 } [get_nets {TX_PCLK}]
Thanks,
Regards,
Sheng
Mikexx
Occasional Contributor
1 year agoMany thanks. Brill