https://open-source-silicon.dev logo
#openroad
Title
# openroad
p

Philipp Gühring

11/20/2020, 10:10 PM
I am getting this error, which seems to originate in openroad: runs/user_proj_example/logs/placement/basic_mp.log:[ERROR] Cannot find any macros in this design. (The full log is available here: https://pdk.libresilicon.com/caravel-build.html)
t

tnt

11/20/2020, 10:15 PM
First thing is the
Makefile
needs
bash
it doesn' work well under
sh
See first line with
/bin/sh: 1: [[: not found
it's failing at executing the right commands right from the start.
p

Philipp Gühring

11/21/2020, 7:46 PM
Yes, I couldn't figure out where this error comes from
Hmm, perhaps the Docker container is missing bash?