Skip to content

Commit 0711ab7

Browse files
committed
[feature/qt6] Fix for tests on MacOS
[feature/qt6] Fix verilator result file path being doubled in simulator controller. Error appeared in tests on MacOS
1 parent 6c14bd6 commit 0711ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/simulator/verilator/src/verilator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ namespace hal
301301

302302
bool VerilatorEngine::finalize()
303303
{
304-
mResultFilename = std::string(m_simulator_dir / "waveform.vcd");
304+
mResultFilename = "waveform.vcd";
305305
mState = Done;
306306
return true;
307307
}

0 commit comments

Comments
 (0)