Dec 19, 2011 #1 V venkatramanan Member level 4 Joined Sep 24, 2011 Messages 69 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,288 Location bangalore Activity points 1,685 I am having multiple clocks..how to handle those clocks? how i have to manage those clocks? can u any one explain me...
I am having multiple clocks..how to handle those clocks? how i have to manage those clocks? can u any one explain me...
Dec 19, 2011 #2 V vijayR15 Full Member level 3 Joined Dec 10, 2011 Messages 172 Helped 69 Reputation 136 Reaction score 63 Trophy points 1,308 Activity points 2,381 Hai venkat, For managing two clock u can define like this sdc file... EX;- create_clock -name "firstclock" -add -period 2.0 -waveform {0.0 1.0} [get_ports firstclock] create_clock -name "secondclock" -add -period 2.0 -waveform {0.0 1.0} [get_ports secondclock] or else u are asking about how to manage the clock timing in STA?????? .. I cant predict the question?? This may help...... Thanks :razz:
Hai venkat, For managing two clock u can define like this sdc file... EX;- create_clock -name "firstclock" -add -period 2.0 -waveform {0.0 1.0} [get_ports firstclock] create_clock -name "secondclock" -add -period 2.0 -waveform {0.0 1.0} [get_ports secondclock] or else u are asking about how to manage the clock timing in STA?????? .. I cant predict the question?? This may help...... Thanks :razz:
Dec 19, 2011 #3 R rca Advanced Member level 5 Joined May 20, 2010 Messages 1,527 Helped 355 Reputation 710 Reaction score 336 Trophy points 1,363 Location Marin Activity points 8,773 when you have multiple clocks, one question rise asynchronous or not?
Dec 19, 2011 #4 V venkatramanan Member level 4 Joined Sep 24, 2011 Messages 69 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,288 Location bangalore Activity points 1,685 how to manage the clock timing? ---------- Post added at 13:32 ---------- Previous post was at 13:31 ---------- not synchronous
how to manage the clock timing? ---------- Post added at 13:32 ---------- Previous post was at 13:31 ---------- not synchronous
Dec 19, 2011 #5 V vijayR15 Full Member level 3 Joined Dec 10, 2011 Messages 172 Helped 69 Reputation 136 Reaction score 63 Trophy points 1,308 Activity points 2,381 Hai venkat, Clock timing depends on the specification file... Also additional to that if u have problem in timing analysis.... EX:- Consider u are having a negative slack in clock path.... If so add buffer deletebuffer upsize downsize etc... to meet the timing This may help...
Hai venkat, Clock timing depends on the specification file... Also additional to that if u have problem in timing analysis.... EX:- Consider u are having a negative slack in clock path.... If so add buffer deletebuffer upsize downsize etc... to meet the timing This may help...
Dec 19, 2011 #6 milind.a.kulkarni Advanced Member level 3 Joined Oct 6, 2011 Messages 922 Helped 214 Reputation 428 Reaction score 208 Trophy points 1,333 Location Bangalore Activity points 7,448 Also , I will recommand you to use global clock lines for routing the clock........with BUFG ( global buffer) .....how ever there will be skew but mostly will be in limits..... Also put some RLOCK constraints in UCF /SDC file.... Good Luck
Also , I will recommand you to use global clock lines for routing the clock........with BUFG ( global buffer) .....how ever there will be skew but mostly will be in limits..... Also put some RLOCK constraints in UCF /SDC file.... Good Luck