What are the reasons/motivation for this change?
The setting of Verific runtime string flags does not work within Yosys as it encapsulates the value in quotes.
Explain how this is achieved.
Temp string s that is preexisting is correctly passed into Verific RuntimeFlags call.
If applicable, please suggest to reviewers how they can test the change.
Attempting to change the value of a Verific string RuntimeFlag will fail before this change.
What are the reasons/motivation for this change? The setting of Verific runtime string flags does not work within Yosys as it encapsulates the value in quotes.
Explain how this is achieved. Temp string s that is preexisting is correctly passed into Verific RuntimeFlags call.
If applicable, please suggest to reviewers how they can test the change. Attempting to change the value of a Verific string RuntimeFlag will fail before this change.