oxidecomputer / oxidecomputer/quartz
Would like to back-annotate git rev information into a ROM at the end of the build
Nobody has claimed this yet.
- Dominant language
- VHDL
- Stars
- 22
- Forks
- 2
- Avg merge
- 9h 38m
- Merged PRs (30d)
- 1
Description
The extant method on cobble is a bit basic, it generates an RTL file which will force a total re-build of the design any time it changes. Ideally this would be in a ROM and we could then back annotate it at the assembly stage preventing complete rebuilds.
Contributor guide
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 examining the existing cobble method that generates the RTL file and trace how the build reaches assembly. Define the ROM and back-annotation flow so git revision information can be added at assembly without forcing a complete design rebuild; done means the revision is present in the ROM while unchanged RTL avoids a total rebuild.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, embedded-iot
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100