Skip to content
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

Yosys outdated #8

Open
amarvir02 opened this issue May 13, 2023 · 0 comments
Open

Yosys outdated #8

amarvir02 opened this issue May 13, 2023 · 0 comments

Comments

@amarvir02
Copy link

When compiling Yosys, the process would crash due to errors regarding not including certain header files, I'm assuming used by newer compilers or something?
Some errors:

passes/sat/freduce.cc:531:27: error: no member named 'numeric_limits' in namespace 'std'
out_depth[idx] = std::numeric_limits::max();
~~~~~^
passes/sat/freduce.cc:531:45: error: expected '(' for function-style cast or type construction
out_depth[idx] = std::numeric_limits::max();
~~~^
passes/sat/freduce.cc:531:46: error: no matching function for call to 'max'
out_depth[idx] = std::numeric_limits::max();
image
On WSL w/ Ubuntu 20.04, GCC11, Clang13

TLDR is yosys (and prob everything else) needs to be updated from not 3yrs ago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant