Forum Discussion
Altera_Forum
Honored Contributor
14 years agoADC Timing Constraints
I feel like I see this question over and over, but can't quite figure out the answer. I've got an 125 MHz clock coming in, from which I generate a 62.5 MHz clock using a TFF, which I then use ...
Altera_Forum
Honored Contributor
14 years agoThat doesn't seem to have done it. The TFF in my simplified schematic is actually the LSB of an always-enabled master counter called mc. I tried running the following lines through the Tcl console in Timequest.
set col ]
query_collection -all $col
create_generated_clock -name intl_adc_clk -source -divide_by 2 $col
create_generated_clock -name adc_clk -source $col
The query shows that I am getting a collection with a single entry as a result of my get_keepers call, as expected. But it's still telling me that there's no path between adc_clk and the source. [edit: correction; the ADC_DATA signals do still show on the clock transfers report when reading it all in from an SDC file.]