regarding RC synthesize and retime

Status
Not open for further replies.

Arvindh19

Newbie level 5
Joined
May 22, 2014
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
58
Hi ppl
Can I use multiple retime commands in my scripts as follows?

Code:
retime -min_area 
retime -min_delay

and what does the retime -prepare do?

With respect to Syntehsize command

can I use the following in my script?
Code:
synthesize -to_generic
synthesize -to_mapped
synthesize -to_placed
synthesize -spatial
and can I use the -incremental option in conjunction with all of these? for ex: synthesize -to_generic -incremental

Thanks in advance.

Regards
Arvindh.S
 

You can use both although may not help too much when used together. Depends on which goal you wish to achieve and should use only that.

I think you need to do some reading on the documentation, although prepare option ideally pre looks at the design for retme oppurtunities and throws info the logfiles and marks flops that it can retime.

Also -incr can only be used with map, spatial and placed options of "synthesize" not with generic.
 

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