-
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
Issues with README.md instructions #123
Comments
I solved the last issue by pasting
into my WORKSPACE, from https://github.com/bazelbuild/rules_python/releases/tag/0.16.1 However I continue running into issues; the next was needing to load |
@QuantamHD / @hzeller - Any idea what is going wrong for @tcal-x ? |
Indeed, it would be nice to give a link to a repo that contains a minimal working example. I created https://github.com/filmil/bazel-verilog-test/, and trying to fix it is just hitting one error after another. I would expect that an example works out of the box. |
I got to here: Current status:
|
This patch to bazel_rules_hdl gets me a bit further:
Gotta stop for the day. |
Removed lots of errors (but not all) with this change: |
Still more issues (but again not all) removed by copying over the parts of |
OK, after some running around, I have a working version of the example from the README.md. See here: https://github.com/filmil/bazel-verilog-test It's a bit more involved than necessary to set everything up. |
I tried running the example in the README.md. I have bazel 5.3.2 installed.
I created
WORKSPACE
with the exact text in the README, except for:Perhaps the provided code was never meant to be the entire WORKSPACE, but for this example, I assumed it was.
I encountered:
So I replace
git_hash
withrules_hdl_git_hash
, and added these two lines (which I found in another WORKSPACE file):I then encountered:
The text was updated successfully, but these errors were encountered: