Simulation Package Submission#3
Merged
Merged
Conversation
Fixed dv flow so that can successfully run `make cocotb-verify-all-rtl` and get the expected success. The problems were diagnosed to be: - Extra test in `user_proj_tests/user_proj_tests.yaml` - Incorrect wrapper name for the behavioral model in the (gitignored) ip directory.
Updated `README.md` with slightly adjusted design.
(Claude) Created RTL, testbench for the 8x8 byte matrix mulitplication accelerator.
With Claude Code, fixed various parts of the matrix multiplication accelerator, including: - Added a `STICKY_DONE` bit to allow for reasonable polling timings. - Modified `CYCLES` to be similarly sticky. - Utilized simulation waveforms to diagnose systolic array delay mismatch; chose to simply use single-delay processing elements. While this might increase the critical path due to MAC occurring in one clock cycle, the design is already limited by the Caravel SoC max clock speed.
Added venv-cocotb to .gitignore for cleaner development histories.
Moved simulation artifacts from the `.gitignore`d directories to the main directory, under `artifacts`. Also added a brief explanation through a `README.md` in that directory.
Added AI/LLM transcripts used in the design process.
Contributor
Author
|
GDS soon to come! |
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.
Submission for the ChipFoundry NVM Power-Up Design Contest simulation package that is due before November 3rd, SGT.
Contains test harness, RTL, artifacts (including evidence of local simulation), and instructions on replicating on other machines.