mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 16:40:12 +02:00
Internals: Four state pre-pull (types) (#7520)
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user