You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Synopsis Spyglass backend (formerly Atrenta) is outdated. The supported fields are missing the new option set_goal_option. I am currently using Spyglass v2023.12.+ as well as FuseSoC, which is where I ran into this problem. I found that the issue I had was actually due to the outdated backend of Spyglass.
See Example snippet of current CAPI2 description file available for spyglass as a lint tool.
Example snippet of a CAPI2 description file
spyglass:
methodology: "GuideWare/latest/block/rtl_handoff"
goals:
- lint/lint_rtl
spyglass_options:
# prevent error SYNTH_5273 on generic RAM descriptions
- handlememory yes
rule_parameters:
# Allow localparam to be used in case labels (e.g. in state machines)
- handle_static_caselabels yes
I propose introducing a new tool option, goal_options.
I hope by opening this that it can be looked into and perhaps update the Spyglass backend.
The text was updated successfully, but these errors were encountered:
Hello developers and users!
The Synopsis Spyglass backend (formerly Atrenta) is outdated. The supported fields are missing the new option
set_goal_option
. I am currently using Spyglass v2023.12.+ as well as FuseSoC, which is where I ran into this problem. I found that the issue I had was actually due to the outdated backend of Spyglass.See Example snippet of current CAPI2 description file available for spyglass as a lint tool.
I propose introducing a new tool option,
goal_options
.I hope by opening this that it can be looked into and perhaps update the Spyglass backend.
The text was updated successfully, but these errors were encountered: