Skip to content

Fix missing escapes on wave scripts #78

Merged
JimLewis merged 1 commit intoOSVVM:mainfrom
dbee-lumacron:fix-wave-source-timing
Feb 24, 2026
Merged

Fix missing escapes on wave scripts #78
JimLewis merged 1 commit intoOSVVM:mainfrom
dbee-lumacron:fix-wave-source-timing

Conversation

@dbee-lumacron
Copy link
Copy Markdown
Contributor

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.
@JimLewis JimLewis merged commit 5d9dac5 into OSVVM:main Feb 24, 2026
@JimLewis
Copy link
Copy Markdown
Member

Thanks

@JimLewis
Copy link
Copy Markdown
Member

Please do pull requests against dev branch rather than main. I will fix this on my side to make sure it gets fixed.

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.

2 participants