forked from github/verilator
Check for the same entry in the type table
This commit is contained in:
parent
fce1fa0953
commit
862892c9bd
@ -3594,8 +3594,8 @@ private:
|
||||
if (VN_IS(typeRhsp, BasicDType) && basicLhsp->same(typeRhsp)) {
|
||||
equal = true;
|
||||
}
|
||||
} else {
|
||||
nodep->v3fatalSrc("TODO -- handle this");
|
||||
} else if (refLhsp->dtypep() == refRhsp->dtypep()) {
|
||||
equal = true;
|
||||
}
|
||||
} else {
|
||||
nodep->v3fatalSrc("TODO -- also handle this");
|
||||
|
Loading…
Reference in New Issue
Block a user