Altera_Forum
Honored Contributor
13 years agohow to constrain my output port
hi Alt-Gurus:
I am constraining my output port say 'foo' in the usual way set_output_delay –clock clk_A –max 3 [get_ports “foo”] Now this port is driven by a register which is clocked by system clock 'clk' and enabled by a generated (or derived) clock 'clk_B' The fun part (if you can call it that) is that clk_A and clk_B are derived clocks from the main system clock 'clk' generated by PLL. Clearly my constraint above is not correct and the register will be overconstrained? Whats the way to write this? TIA.