-
Notifications
You must be signed in to change notification settings - Fork 54
Migration to bazelmod/Bazel 8 #405
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
base: main
Are you sure you want to change the base?
Conversation
I will likely continue to try get equivalents to what's in @rules_hdl//dependency_support as granular BCR modules before trying to tackle any |
I am mainly an fpga person. I can help with verilator/vivado sections of this as I added them. Anything outside that will have to be someone else. You have done verilator already, so I can help/test Vivado. It's a bit annoying bc you need the expensive license. |
This is a draft of migration to bazel 8 and away from WORKSPACE. Its based on the branch @hovind made that i have modified slightly.
Relevant issues: #336 #210
Revelant PRs: bazelbuild/bazel-central-registry#4341
.bazelrc
configMODULE.bazel
snippetI have verified that verilator is working correctly with these changes. Maybe someone can take over from here and ensure other parts of bazel_rules_hdl are not broken.
@hovind @UebelAndre @QuantamHD