Skip to content

Suite update - Added designs (Vortex, NVDLA, coralnpu), changed suite update logic#37

Open
bgoldbug wants to merge 48 commits intomainfrom
suite-update
Open

Suite update - Added designs (Vortex, NVDLA, coralnpu), changed suite update logic#37
bgoldbug wants to merge 48 commits intomainfrom
suite-update

Conversation

@bgoldbug
Copy link
Collaborator

@bgoldbug bgoldbug commented Mar 20, 2026

  • Changed dev command into update_rtl command. Now, after tracking design updates via update_rtl, the user will be notified that RTL has been updated, and the flow is no longer run after changes are tracked.
    • DEV_FLAG logic was removed from verilog.mk files (and any file generation logic for that matter), and Verilog generation for all designs was incorporated into the setup.sh script. This is NECESSARY, as update_rtl no longer runs the flow, thus verilog.mk won't be triggered by update_rtl.
      • verilog.mk now only holds technology-independent Verilog RTL logic.
      • This should also help any issues using update_rtl.sh for Bazel.
  • Added vortex, coralnpu, and NVDLA (small configuration) partitions to the suite (ASAP7).
  • Added FakeRAM submodule and corresponding setup logic
  • Updated README and added HighTide logo
  • Consolidated Markdown documents into a docs folder
  • Added a GitHub action that checks if required design files were added

bgoldbug and others added 30 commits December 31, 2025 01:13
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>
bgoldbug and others added 18 commits March 18, 2026 20:06
- 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
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.

1 participant