K
Kelvin
Guest
Hi, there:
My clk_4m is generated from clk_12m through a divide_by_3 state machine...
And I feed clk_4m into a BUFG also...I estimate the time from rising edge of
clk_12m to clk_4m is 3.6 ns...Can I write these two constraints?
NET "clk_12m" TNM = "clk_12m";
TIMESPEC "TS_clk_12m" = PERIOD "clk_12m" 83.3 ns HIGH 50 %;
NET "clk_4m" TNM = "clk_4m";
TIMESPEC "TS_clk_4m" = PERIOD "clk_4m" TS_clk_12m / 3 PHASE + 3.6 ns;
Thanks.
Kelvin
My clk_4m is generated from clk_12m through a divide_by_3 state machine...
And I feed clk_4m into a BUFG also...I estimate the time from rising edge of
clk_12m to clk_4m is 3.6 ns...Can I write these two constraints?
NET "clk_12m" TNM = "clk_12m";
TIMESPEC "TS_clk_12m" = PERIOD "clk_12m" 83.3 ns HIGH 50 %;
NET "clk_4m" TNM = "clk_4m";
TIMESPEC "TS_clk_4m" = PERIOD "clk_4m" TS_clk_12m / 3 PHASE + 3.6 ns;
Thanks.
Kelvin