-
Notifications
You must be signed in to change notification settings - Fork 43
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
Recipe for minimal WORKSPACE w/ required deps ? #329
Comments
It should generally work. I would say the XLS example is the one to copy. https://github.com/google/xls/blob/main/WORKSPACE#L73 If there's specific errors you're running up against we should try to fix those. Can you post those here? |
Thanks Ethan; if I just attempt
There are some other random ones like this:
|
Edit: This is without copying ANY of If I attempt
Also, it seems I'm using my local gcc installation -- this is another error:
Yes, maybe another clue -- this is a Red Hat system. Edit: but I should mention that on this system, all tests under |
I've been trying to get an example to run through
synthesize_rtl
andplace_and_route
, starting with the example in the README.md, in a new Bazel workspace. I needed to keep adding stuff to the WORKSPACE, and have gotten far enough that synthesis works (although with many warnings from the C/C++ compiler). Butplace_and_route
is blocked by C/C++ compiler errors. I copied thellvm_toolchain
rule from the WORKSPACE in this repo but am probably missing something.Would you suggest that I instead start with the complete
WORKSPACE
file anddependency_support/
directory in this repo?The text was updated successfully, but these errors were encountered: