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.

synopsys Design Compiler showing ran out of memory

Status
Not open for further replies.

vijay kanchetla

Newbie level 1
Newbie level 1
Joined
May 14, 2014
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
10
Hi all,

I'm using Synopsys design compiler to synthesize my design written in verilog HDL. while synthesizing DC tool is throwing a message as
"
The tool has just run out of memory:

Memory allocated = 3863 MB, Request size = 49152 bytes.

.....it displys some numbers here ....

Out of memory.
(Memory allocated = 3955760 K bytes)


"
I'm able synthesize all individual modules, But when I try to synthesize complete design, it shows the message and exits. I'm using system having 4gb RAM, redhat Linux (64-bit).

please suggest me the ways to resolve the issue.

thank you
 

when memory requirement goes up more than available RAM size. Tool tries to use swap memory. If this is also not sufficient tool runs out memory. You can try below option.
1. Increase swap size.
2. Synthesize your design in small parts.
3. Reduce optimization effort medium/low. If is set to high.
4. Use different coding style.. Some of the the constructs may take more memory.
 

1. Increase swap size.
Warning this will have severe impact on performance and will significantly slow down the synthesis run.

I'm able synthesize all individual modules, But when I try to synthesize complete design, it shows the message and exits. I'm using system having 4gb RAM, redhat Linux (64-bit). please suggest me the ways to resolve the issue.
I'd say you should add more memory to the machine.

If you look in the Synopsis DC documentation I'd imagine there are suggested memory requirements for a system based on some metric like number of gates.

Regards
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top