chisel
                                
                                 chisel copied to clipboard
                                
                                    chisel copied to clipboard
                            
                            
                            
                        Add warnings for upcoming migration to Disable for simulation constructs
Contributor Checklist
- [x] Did you add Scaladoc to every public function/method?
- [x] Did you add at least one test demonstrating the PR?
- [x] Did you delete any extraneous printlns/debugging code?
- [x] Did you specify the type of improvement?
- [x] Did you add appropriate documentation in docs/src?
- [x] Did you request a desired merge strategy?
- [x] Did you add text to be included in the Release Notes for this change?
Type of Improvement
- API modification
- API deprecation
Desired Merge Strategy
- Squash: The PR will be squashed and merged (choose this if you have no preference).
Release Notes
Add an option --emit-verif-statement-disable-properties which, when set, will emit cover and SVA-eventually properties to ensure that the Disable for a printf, assert, cover, or assume eventually goes low.
This can be used as one check that these verification statements will not be always Disabled when they are eventually migrated from !reset to Disable.
Reviewer Checklist (only modified by reviewer)
- [ ] Did you add the appropriate labels? (Select the most appropriate one based on the "Type of Improvement")
- [ ] Did you mark the proper milestone (Bug fix: 3.6.x,5.x, or6.xdepending on impact, API modification or big change:7.0)?
- [ ] Did you review?
- [ ] Did you check whether all relevant Contributor checkboxes have been checked?
- [ ] Did you do one of the following when ready to merge:
- [ ] Squash: You/ the contributor Enable auto-merge (squash), clean up the commit message, and label withPlease Merge.
- [ ] Merge: Ensure that contributor has cleaned up their commit history, then merge with Create a merge commit.
 
- [ ] Squash: You/ the contributor