mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 01:38:21 +02:00
Internals: Four state pre-pull (types) (#7520)
This commit is contained in:
+1
-1
@@ -1592,7 +1592,7 @@ void AstNode::dtypeChgWidthSigned(int width, int widthMin, VSigning numeric) {
|
||||
&& !VN_IS(dtypep()->skipRefToEnump(), EnumDType))
|
||||
return; // Correct already
|
||||
if (AstBasicDType* const basicp = VN_CAST(dtypep(), BasicDType)) {
|
||||
if (basicp->keyword() == VBasicDTypeKwd::BIT) {
|
||||
if (!basicp->keyword().isFourstate()) {
|
||||
dtypeSetBitUnsized(width, widthMin, numeric);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user