I am sending the same signal in two seperate testcases. I am waiting in both testcases for the signal with an “await value match”. This is done without an “wait for signal updates”, because of timing risk. The problem here is that, if testcase1 sends the signal testcase2 will pass always without the need for my device to actually send it.
Is there an Option in canoe or vttest to clear the list of signals for every testcase?
The approach to start simulation, run testcase 1, end simulation, start again and run testcase2, works as intended but this is inconvenient, because I would like to have one report.
New contributor