Altera_Forum
Honored Contributor
16 years agoHow to constraint clocks from the ASI IP Core?
I am using the ASI Recieve IP Core.
As the datasheet(ug_asi.pdf) suggests, I need to constraint three clocks: rx_serial_clk, rx_serial_clk90 and rx_clk135.(Actually rx_serial_clk and rx_serial_clk90 are from a pll and I think rx_clk_135 is also from there.) In the Appendix, Page A-2, they give an example on how to constraint a clock, say like rx_serial_clk: create_clocks -name {rx_serial_clk} -period 7.407 -waveform { 0.000 3.703 } [get_ports {rx_serial_clk}] What if I take the clock 'rx_serial_clk' as an internal signal? You cannot get it throught a 'Port', right? Then which command should I use instead of 'get_ports'?