Internals: Four state pre-pull (types) (#7520)

This commit is contained in:
Igor Zaworski
2026-04-30 16:56:15 -04:00
committed by GitHub
parent ec03edcddd
commit 25d4827bd5
18 changed files with 196 additions and 80 deletions
+4
View File
@@ -1050,6 +1050,10 @@ void V3Options::notify() VL_MT_DISABLED {
if (fourstate()) {
cmdfl->v3warn(FUTURE, "--fourstate is not supported as is under development");
if (hierarchical()) {
cmdfl->v3warn(E_UNSUPPORTED,
"--fourstate is not supported with hierarchical Verilation");
}
}
if (coverage() && savable()) {