Forum Discussion

s002wjh's avatar
s002wjh
Icon for New Contributor rankNew Contributor
5 years ago

internal osc timing const

using the internal osc 80mhz "altint_osc" ip then divide by 2 to drive my logic, but it output warning even after i put the clk constrain. any help?

create_clock -name int_clk -period 25ns [get_ports {frequency_divider:frequency_divider_inst|clk_div2}]

clk_div2 is output reg

i also try get_pins & drive_clock_uncertainty didnt help with the warning

Warning (332060): Node: frequency_divider:frequency_divider_inst|clk_div2 was determined to be a clock but was found without an associated clock assignment.

5 Replies