-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VTA] [Chisel] Added Chisel Module Unit Test Infrastructure #3698
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @BenjaminTu for the good work. Can you link the closed PR in this conversation so that we have a record of the old review?
Also, please add a few sentences from the old PR in your new PR description, right now it is lacking context. |
Link to Old PR: #3682 |
@liangfu please review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the good work. LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work @BenjaminTu , looking forward to seeing this unit test infrastructure grow!
Added a test infrastructure for testing chisel modules in isolation. (avoiding compiler and software support)
Provided sample test mvm, which tests for matrix vectors multiplication module in the gemm core