oxidecomputer / oxidecomputer/vw
NVC analysis errors during anodization get squelched
Open
Nobody has claimed this yet.
bug
- Dominant language
- Rust
- Stars
- 6
- Forks
- 1
- Avg merge
- 32m
- Merged PRs (30d)
- 5
Description
When an analysis error occurs during anodization, the error is squelched and we don't get any helpful information back.
ry@rymb:~/src/redhawk$ vw bench beat_split_tb
→ vivado /Users/ry/src/redhawk
✓ vivado +0 ~1 -0 (1 sent, 272 files)
error: generating anodizer structs: NVC analysis failed for library 'generated'
command:
nvc --std=2019 --work=/home/ubuntu/sync/target/anodizer/build/generated -M 256m -L /home/ubuntu/sync/target/anodizer/build -a /home/ubuntu/sync/hdl/include/util_pkg.vhd /home/ubuntu/sync/hdl/include/noc_pkg.vhd /home/ubuntu/sync/hdl/include/slv_array.vhd /home/ubuntu/sync/hdl/pci_desc.vhd /home/ubuntu/sync/hdl/cpm5.vhd /home/ubuntu/sync/hdl/ethernet.vhd /home/ubuntu/sync/hdl/parser/include/parser_internal_pkg.vhd /home/ubuntu/sync/hdl/include/bus_pkg.vhd /home/ubuntu/sync/hdl/common/extractor_generic/extractor_pkg.vhd /home/ubuntu/sync/hdl/link.vhd /home/ubuntu/sync/hdl/mc/fifo_axil.vhd /home/ubuntu/sync/hdl/ring.vhd /home/ubuntu/sync/hdl/common.vhd /home/ubuntu/sync/hdl/include/sys_defs.vhd /home/ubuntu/sync/hdl/include/usr_msg_pkg.vhd /home/ubuntu/sync/hdl/include/packet_hdr_pkg.vhd /home/ubuntu/sync/hdl/parser/include/parser_pkg.vhd /home/ubuntu/sync/hdl/tx-eq.vhdl /home/ubuntu/sync/hdl/pci_cfg_mgr.vhd /home/ubuntu/sync/target/anodizer/build/generate/constraint_tb.vhd
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the anodization path that invokes NVC and handles the "NVC analysis failed" error, using the displayed command as the reproduction case. Preserve or surface the analyzer's diagnostic output so a failed analysis reports useful details instead of only the summary error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100