Scratch/ronjok/fir scalar 2x2 2x2 pymtl#271
Open
rp15 wants to merge 4 commits intotancheng:masterfrom
Open
Conversation
Owner
|
We may need to dump the pymtl simulation traces to see whether operations are correctly executed on each tile. |
Collaborator
Author
I get these messages printed to the terminal during the run; I haven't fully understood how to interpret it. Is this a good starting point or do you think we need different info? |
Owner
|
right, that's the dump trace in every module. or you can use python VectorCGRA/fu/single/MulRTL.py Line 65 in 4d4937a to see what is the value during simulation. |
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.
I am opening this pull request to discuss the necessary modifications to execute scalar FIR PyMTL simulation on 2x2-CGRA grid with 2x2 tiles in every CGRA, moving from a 2x2 CGRA with 4x4 tiles. I have already changed the cfg packets to have
Currently getting an error from pytest that simulation exceeds the 200-cycle limit. What else would I need to modify moving forward? Thank you!