- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am working on an Arria10 FPGA from Altera making use of the PHY transceiver. For my project, the reference clock of the transmit PLL has to be synchronous to the recovered clock from the CDR. The rxoutclk goes to an output pin of the FPGA, which goes to an external PLL and this PLL drives the input ref clock of the transceiver. I am trying to create a generated clock contraint: create_generated_clock -source [get_ports {SMA_CLK_OUT}] -divide_by 1 [get_ports {REFCLK1_P}] However, the tool displays the following message: No paths exist between clock target "REFCLK1_P" of clock "REFCLK1_P" and its clock source. I would like to constrain this clock as a generated clock in order to properly perform timing analysis on CDC between rxoutclk and txoutclk (automatically generated by the tool from the reference clocks) Does anyone know how to properly set the generated clock constraint so the generated clock is properly propagated? EduardoLink Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page