Skip to content

Comments

Fix missing escapes on wave scripts #78

Open
dbee-lumacron wants to merge 1 commit intoOSVVM:mainfrom
dbee-lumacron:fix-wave-source-timing
Open

Fix missing escapes on wave scripts #78
dbee-lumacron wants to merge 1 commit intoOSVVM:mainfrom
dbee-lumacron:fix-wave-source-timing

Conversation

@dbee-lumacron
Copy link

The wave script was being sourced at point when the ScriptFile was being created, instead of when the ScriptFile is eventually sourced. Leading to regressed behaviour vs previous release.

I tested this fix with Questa Base 2025.1.

Prior to the fix, the generated script just has a if {0} { line instead of the sourcing of the script.

I was seeing odd behaviour where my simulator groups were showing up, but none of the signals. This fix resolves that so the wave.do script is sourced at the appropriate time.

It does add to the untested GUI behaviour in the latest release.

The wave script was being sourced at point when the ScriptFile was being created, instead of when the ScriptFile is eventuallly sourced. Leading to regressed behaviour vs previous release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant