Forum Discussion
ShengN_altera
Super Contributor
2 years 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
- Mikexx2 years ago
Occasional Contributor
Many thanks. Brill