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

CMake: use stdint.h if available #34

Open
wants to merge 1 commit into
base: yosys-experimental
Choose a base branch
from

Conversation

widlarizer
Copy link

yosys builds abc with stdint.h depending on the config for legacy reasons. For Yosys to be comfortably, equivalently built with nix, with abc as an external package (ABCEXTERNAL), it is easier to use the current abc-verifier package in nixpkgs, which uses CMake.

Therefore, we should let stdint.h be used in abc whenever CMake knows it's available. That's what this PR does.

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

Successfully merging this pull request may close these issues.

1 participant