Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

regarding RC synthesize and retime

Status
Not open for further replies.

Arvindh19

Newbie level 5
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top