make command #2080
Unanswered
V-Deepak-7
asked this question in
Q&A
make command
#2080
Replies: 1 comment 4 replies
-
The openroad steps are serial and there is not much place for parallel work so -j won't help much. If you are in a prototyping mode there are some short cuts but for production runs there is no easy speedup. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
This might sound stupid. I am new to this make scripts and software integration of the hardware design.
I learned by using the make -j we speed up the work by using more threads essentially but in this case it is still taking the same amount of time as the normal make. Does it has something to do with the how the tcl scripts that are written in the backend to run the openroad and yosys? I would like to speed up the process any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions