Skip to content

Commit 6030e51

Browse files
committed
NVC fine tuning.
1 parent 68e1204 commit 6030e51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Simulate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
SetExtendedAnalyzeOptions {-frelaxed -Wno-specs -Wno-elaboration}
275275
}
276276
if {$::osvvm::ToolName eq "NVC"} {
277-
SetExtendedAnalyzeOptions {--relaxed}
277+
SetExtendedAnalyzeOptions {--relaxed}; # --ignore-time}
278278
}
279279
280280
build ../../src/PoC.pro PoC
@@ -307,9 +307,11 @@ jobs:
307307
}
308308
309309
if {$::osvvm::ToolName eq "GHDL"} {
310+
SetExtendedAnalyzeOptions {-frelaxed -Wno-specs -Wno-elaboration}
310311
SetExtendedSimulateOptions {-frelaxed -Wno-specs -Wno-binding}
311312
}
312313
if {$::osvvm::ToolName eq "NVC"} {
314+
# SetExtendedAnalyzeOptions {--relaxed --ignore-time}
313315
}
314316
315317
build ../../tb/RunAllTests.pro

0 commit comments

Comments
 (0)