-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The support of yaml-cpp version #13
Comments
We have use the yaml-cpp source code in the latest iEDA(https://gitee.com/oscc-project/iEDA/tree/master/src/third_party), so it is not need to install libyaml-cpp-dev. |
One temporary workaround is:
However, this repo uses an iEDA binary from a downloading script, instead of using a git submodule to compile the source. Someone should write a script to update the binary to https://ysyx.oscc.cc/slides/resources/archive when a new version is commited in gitee source.
|
Yes, we need update the yosys-sta iEDA binary. However, you can build iEDA by source code from https://gitee.com/oscc-project/iEDA/, and replace the binary in yosys-sta. |
I prefer adding a symlink. It's a faster solution and it works well. |
The version0.8.0 of yaml-cpp was realeased last year,but it is not supported by yosys-sta still.And as I do as readme "apt install libyaml-cpp-dev",the 0.8.0 is what I downloaded.Do you have any plan to update the support version?
The text was updated successfully, but these errors were encountered: