Altera_Forum
Honored Contributor
17 years agoTimeQuest new user, trying to constrain clocks
I've created constraints for all the clocks that I know of in my design, but after I compile, and apply the SDC file, I end up with two unconstrained clocks:
fsk_demod:inst22|fsk_demod_GN:\fsk_demod_GN_0:inst_fsk_demod_GN_0|fsk_demod_GN_fsk_demod_bit_decoder0:fsk_demod_bit_decoder0_0|fsk_demod_GN_fsk_demod_bit_decoder0_process_between_zeros:fsk_demod_bit_decoder0_process_between_zeros_0|alt_dspbuilder_delay_GNGQ56ZS4N:Delay4|alt_dspbuilder_SDelay:Delay1i|result[0] and sopc_top:inst|cpu_0:the_cpu_0|M_alu_result[10] From the names given, The first is a delay block within my DSP Builder design. I cannot figure out what I would set "period" to constrain this as a clock. I'm using it to latch data into a D-flipflop, so I guess I'm using it "as a clock" but not because it has a constant period. The second is equally confusing to me, it's not a clock in the sense that I can think of. Are these items I should declare "False" or something of that nature? I really don't care what the period is, more that the propagation is within reason (which is really quite flexible, I'm clocking bits through the latch at roughly 10 uS intervals.) Thanks, --Mickey