You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VTR uses a slightly older version of Yosys which does not have this fix yet. We are currently in the process of upgrading Yosys in VTR up to the most recent version: See PR #2646
In summary, the issue is caused by Yosys implicitly setting CXX to be gcc and clang instead of g++ and clang++; this causes it to be unable to include the C++ standard library. This issue only manifests itself on OS's that are not Ubuntu (for some reason I am not completely sure). Here in VTR, we mainly develop on Ubuntu; which is the operating system that we recommend.
Following BUILDING.md, got a Yosys compile error.
Expected Behaviour
No yosys compile error
Current Behaviour
Steps to Reproduce
Following BUILDING.md :
Your Environment
The text was updated successfully, but these errors were encountered: