-
Hello everyone! I am trying to use the OpenROAD-flow and Yosys to generate some CSV data. The idea is to run Yosys with small modifications to output the data, afterwards run the OpenROAD-flow and also generate some CSV data. The OpenROAD-flow part is working fine. Although I am having some issues with Yosys. At first I intended to run Yosys outside of OpenROAD, on a separte project and afterwards run the flow (seems easier). This is not an option because OpenROAD seems to generate its own .lib library, so I am obligated to run Yosys via the OpenROAD-flow. Do you agree with this, or is it an option to get a generated .lib from the flow so I can use it on Yosys myself? Either way this doesn't seem like the proper solution.
I hope I was clear enough, buy in summary I want to build the OpenROAD-flow with my modifications on Yosys! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
I suggest you fork yosys and ORFS. In your ORFS you can update the submodule to point to your version of yosys with git submodule set-url [--] |
Beta Was this translation helpful? Give feedback.
-
The reason for this is because Yosys does not have any equivalent of a |
Beta Was this translation helpful? Give feedback.
I suggest you fork yosys and ORFS. In your ORFS you can update the submodule to point to your version of yosys with
git submodule set-url [--]