-
Notifications
You must be signed in to change notification settings - Fork 373
[SV] Remove extract-test-code #8846
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
base: main
Are you sure you want to change the base?
Conversation
static void populateCIRCTSynthPipeline(PassManager &pm) { | ||
// ExtractTestCode is used to move verification code from design to | ||
// remove registers/logic used only for verification. | ||
pm.addPass(sv::createSVExtractTestCodePass( |
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.
@uenoku please take a look and let me know if you are still relying on ETC :)
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.
I'm fine as long as they are removed from designs so it's all OK! Thank you for checking!
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.
Can the PR also delete the annotations in AnnotationDetails.h
and their handling in the LowerAnnotations
pass?
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.
LGTM, modulo your and Schuyler's comments 👍.
Woohoo! 🎉
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 to see this finally go 🫡
LGTM modulo the other open comments.
Remove the extract test code feature from firtool, which has been deprecated in favour of using bound layers.