Closed JayjeetAtGithub closed 2 years ago
This is actually an error because KLayout is not found in your environment. The command is supposed to be the following: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/5cd66291c0dd8bbf0dd7e07b8550567bc65d7cb8/flow/Makefile#L625-L633
Where $(KLAYOUT_CMD)
is set here:
https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/5cd66291c0dd8bbf0dd7e07b8550567bc65d7cb8/flow/Makefile#L241
If KLayout is not accessible from your shell, then $(KLAYOUT_CMD)
becomes empty, and then stdbuf
gets passed the arguments that are supposed to go to KLayout. I can see if I can try to insert an error for GDS merge if KLayout isn't detected.
Thanks a lot for the clarification.
Issue
I am trying to run a basic synthesis with by doing
make
from the command line and I am getting this error.Does anyone know how to fix this?
Steps