mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
Apply 'make format'
This commit is contained in:
parent
913679f261
commit
552a146f9c
@ -167,7 +167,8 @@ class SenExprBuilder final {
|
||||
case VEdgeType::ET_CHANGED:
|
||||
case VEdgeType::ET_HYBRID: //
|
||||
if (VN_IS(senp->dtypep()->skipRefp(), UnpackArrayDType)) {
|
||||
// operand order reversed to avoid calling neq() method on non-VlUnpacked type, see issue #5125
|
||||
// operand order reversed to avoid calling neq() method on non-VlUnpacked type, see
|
||||
// issue #5125
|
||||
AstCMethodHard* const resultp = new AstCMethodHard{flp, prevp(), "neq", currp()};
|
||||
resultp->dtypeSetBit();
|
||||
return {resultp, true};
|
||||
|
Loading…
Reference in New Issue
Block a user