hi all, during synthesis of my design (slightly mo...
# openlane
b
hi all, during synthesis of my design (slightly modified version of ETH Zurich's famous PULPINO SoC), i got an error but there is no detailed info. I am adding "1-synthesis.log" file and my github repo: https://github.com/mbaykenar/first_asic Any help is appreciated !
v
child killed probably an out of memory kill
b
thanks, any suggestion? RAM is 16GB, maybe I can close browser, vscode etc all ?
b
I have 2, 2KB OpenRAM in my design. I was first trying to synth without OpenRAM macros to test first, which can cause as you said RAM exhaustion. I will now try with OpenRAM macros, maybe it can help
v
yes try to use pre-compiled RAM from PDK
b
i will try and tell the situaiton thanks
v
Copy code
set ::env(DIE_AREA) "0 0 900 600"
set ::env(FP_SIZING) absolute
set ::env(PL_BASIC_PLACEMENT) 1
Comment above settings in your
config.tcl
b
increasing swap from 3 GB to 11 GB solved the problem, thanks a lot