How to rectify 'error during executing openroad s...
# openlane
b
How to rectify 'error during executing openroad script /openlane/scripts/openroad/resizer.tcl' ? any help
m
Copy code
[ERROR]: during executing openroad script /openlane/scripts/openroad/resizer.tcl
[ERROR]: Exit code: 1
Maybe out of memory? Try running again and watch the memory usage with
top
.
b
what do you mean by memory usage?
m
The memory that the CPU uses when running the process. Do you have a large design? If you're running in docker on a PC, the memory might be only 4-8GB.
b
while I ran the simulation, device area utilization was shown as 56%. yes, the design is run in docker.
m
Can you figure out how to see how much memory openlane is using in docker while running?