[SOLVED] Preserving multiple instances during synthesis

Status
Not open for further replies.

mozdzen

Newbie level 5
Joined
Mar 11, 2011
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,350
I have a design in vhdl that calls a module 3 times.
When I synthesize it, I get a flat netlist.
How can I tell DC to not flatten my 3 modules?
Thanks,
Tom
 

design something that matters? why specifically are you concerned about a flattened design?
 

I don't want the cells of the blocks to be interspersed. I want to use relative placement groups in ICC to keep them in separate physical locations.
Radiation hardness issues.
Tom
 

OK - the set_ungroup instanceName false is the key

For example:
set_ungroup UnitInstA false
set_ungroup UnitInstB false
set_ungroup UnitInstC false

This worked for me.
Thanks lostinxlation for the tip
 

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