Vladislav Borshch
Vladislav Borshch
Added simple test. I have no idea what's happening in private pipelines, so help from maintainers is appreciate
Existing test is aligned. It also should works for Riviera, because it's just a TCL command. But we need to check it.
Ok, as far as I can see, Questa is OK, but Riviera is not. I gave a shot in the Playground EDA with a similar script: run.do: ``` vsim testbench...
> If this is only for Questa can it be done just for Questa (Questa class)? The only reason is that the feature could be useful for the others simulators....
> If this is only for Questa can it be done just for Questa (Questa class)? I didn't manage it in Questa class. In case of extending `test()` method it...
@themperek @ktbarrett any comments on this PR?
Ok, I'll leave this PR as is until maintainers settle the way how we need to go.
Hi, ~The same thing here. Are there any update or workaround on it?~ Thanks PS. Just for history: you need to clarify timescale values in whole your project
Ah, sorry, I was not clear. And I have missed commas :) > All failing tests are due to syntax error. This is true, because of wrong formatting of string...
> @Lockedloop Good to know. `as_tcl_value` was added to serialize values in expected TCL formatting since some simulators need that, but it's obviously not appropriate here. I'll try to get...