-
Notifications
You must be signed in to change notification settings - Fork 193
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
Updated SpyGlass backend to support features in Synopsys Spyglass v2023.12 #449
base: main
Are you sure you want to change the base?
Conversation
Added new tool_option (goal_options)
Added goal_options section. Also, in the section where the SystemVerilog (SV09) support is configured, it has been changed to SV for flexibility and generalization
@olofk is Edalize no longer in development, or? |
@@ -14,7 +14,7 @@ | |||
|
|||
class Spyglass(Edatool): | |||
|
|||
_description = """ Synopsys (formerly Atrenta) Spyglass Backend | |||
_description = """ Synopsys Spyglass Backend (v2023.12) |
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.
Why is the version hardcoded in the description here?
The patch looks mostly fine from a quick look but there are some issues, like the hardcoded version string. The test cases also aren't updated, so the tests are failing now. I also need to inform that this backend uses the old Tool API instead of the new Flow API, and I'm a bit hesitant towards making updates to the old backends. I would much prefer if it was instead rewritten to use the new Flow API. |
@olofk wouldn't I still have to change the spyglass tool API in order to create a flow with the extended functionality? Or what do you suggest? |
This pull request introduces enhancements to the Spyglass backend in the Edalize project. The key changes include:
Support generalized SystemVerilog source files:
Extending support of constraint file types
.sgdc
)Support for
set_goal_option
set_goal_options
This resolves the issue I opened (#444)