Altera_Forum
Honored Contributor
8 years agoassign two clocks
Hi,
I have a design with two clocks. The first one (named "clk") is correctly assigned in my sdc file with:create_clock -name "clk" -period 5.000ns but my second clock (named "clock2") is generating a warning. I've tried to add: create_clock -name "clock2" -period 40.000ns but I still have a warning. "clock2" is not a port, it's generated from "clk". How should I assign that? Thank you.