Suite update - Added designs (Vortex, NVDLA, coralnpu), changed suite update logic#37
Open
Suite update - Added designs (Vortex, NVDLA, coralnpu), changed suite update logic#37
Conversation
Adding updated asap7 config for NyuziProcessor design (and minor tweaks to all verilog.mk files) - Updated verilog.mk files to use a single file location (whether running `make dev` or `make`)
Signed-off-by: Benjamin Goldblatt <137117274+bgoldbug@users.noreply.github.com>
…into suite-update
- Merged from personal Suite update branch to VLSIDA HighTide branch
- Updated FakeRAM module init, inside `setup.sh` - Updated documentation for README and `update_rtl` command info
Updated link to the design document for clarity. Signed-off-by: Benjamin Goldblatt <137117274+bgoldbug@users.noreply.github.com>
Signed-off-by: Benjamin Goldblatt <137117274+bgoldbug@users.noreply.github.com>
- Added HighTide logo to title of README
- Updated logo style and changed from png to svg for quality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
devcommand intoupdate_rtlcommand. Now, after tracking design updates viaupdate_rtl, the user will be notified that RTL has been updated, and the flow is no longer run after changes are tracked.DEV_FLAGlogic was removed fromverilog.mkfiles (and any file generation logic for that matter), and Verilog generation for all designs was incorporated into the setup.sh script. This is NECESSARY, asupdate_rtlno longer runs the flow, thus verilog.mk won't be triggered byupdate_rtl.verilog.mknow only holds technology-independent Verilog RTL logic.docsfolder