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

verilator: Add pic_static_library to output files #273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hovind
Copy link
Collaborator

@hovind hovind commented Jan 15, 2024

This turns

$ bazelisk-linux-amd64 cquery --output=files '//hardware:rv32_verilator'
INFO: Analyzed target //hardware:rv32_verilator (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
INFO: Elapsed time: 0.091s, Critical Path: 0.00s
INFO: 0 processes.
INFO: Build completed successfully, 0 total actions

into

$ bazelisk-linux-amd64 cquery --output=files '//hardware:rv32_verilator'
INFO: Analyzed target //hardware:rv32_verilator (6 packages loaded, 1150 targets configured).
INFO: Found 1 target...
bazel-out/k8-fastbuild/bin/hardware/librv32_verilator.a
INFO: Elapsed time: 1.237s, Critical Path: 0.00s
INFO: 0 processes.
INFO: Build completed successfully, 0 total actions

for me.

@QuantamHD
Copy link
Collaborator

/gcbrun

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.

None yet

2 participants