mirror of
https://github.com/verilator/verilator.git
synced 2025-01-08 15:47:36 +00:00
Apply 'make format'
This commit is contained in:
parent
331c2244fc
commit
77fe7c426e
@ -1092,8 +1092,8 @@ class LinkDotFindVisitor final : public VNVisitor {
|
||||
} else {
|
||||
findvarp->combineType(nodep);
|
||||
findvarp->fileline()->modifyStateInherit(nodep->fileline());
|
||||
if (nodep->getChildDTypep()->numeric().isSigned() &&
|
||||
!findvarp->getChildDTypep()->numeric().isSigned()) {
|
||||
if (nodep->getChildDTypep()->numeric().isSigned()
|
||||
&& !findvarp->getChildDTypep()->numeric().isSigned()) {
|
||||
findvarp->getChildDTypep()->numeric(VSigning(true));
|
||||
}
|
||||
AstBasicDType* const bdtypep
|
||||
|
0
test_regress/t/t_math_signed_calc.pl
Normal file → Executable file
0
test_regress/t/t_math_signed_calc.pl
Normal file → Executable file
Loading…
Reference in New Issue
Block a user