Synopsys Primetime constraints issue

Status
Not open for further replies.

fv

Newbie level 1
Joined
Mar 16, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
prime time constraints

Hi Group,
I am a new user of Synopsys Primetime. I have a verilog design, on
which timing analysis is to be done. Now I am not aware of the maximum
register to register delay and so I do not understand as to what kind
of clock constraint should I apply. Can primetime analyse the design
and use a default clock or such if I dont give it one.


Thanks,
Fazela
 

In order to do the static timing analysis(STA), clock definition is the minimum requirement.
Because in PrimeTime, most timing constraints are related to clock.
------------------------------------------------------------------------------------

So, you have to apply the following timing constraint to PT at least,
pt_shell> create_clock -name <clock name> -period <in ns> <clock port/pin>

Give the desired clock period for checking the timing of the netlist.

Then you can run
pt_shell> report_timing
to see the result.
------------------------------------------------------------------------------------
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…