mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 02:28:43 +02:00
Commentary
This commit is contained in:
+1
-1
@@ -423,7 +423,7 @@ static AstNode* createForeachLoopRanged(AstNodeForeach* nodep, AstNode* bodysp,
|
||||
: VNType::atGteS);
|
||||
}
|
||||
AstNode* V3Begin::convertToWhile(AstForeach* nodep) {
|
||||
// if (debug()) dumpTree(cout, "- foreach-old: ");
|
||||
// if (debug()) dumpTree("- foreach-old: ");
|
||||
const AstSelLoopVars* const loopsp = VN_CAST(nodep->arrayp(), SelLoopVars);
|
||||
UASSERT_OBJ(loopsp, nodep, "No loop variables under foreach");
|
||||
AstNodeExpr* const fromp = loopsp->fromp();
|
||||
|
||||
+1
-1
@@ -2203,7 +2203,7 @@ class WidthVisitor final : public VNVisitor {
|
||||
// if (debug()) nodep->backp()->dumpTree("- CastOutUpUp: ");
|
||||
}
|
||||
if (m_vup->final()) {
|
||||
if (debug() >= 9) nodep->dumpTree(cout, "- CastFPit: ");
|
||||
if (debug() >= 9) nodep->dumpTree("- CastFPit: ");
|
||||
iterateCheck(nodep, "value", nodep->fromp(), SELF, FINAL, nodep->fromp()->dtypep(),
|
||||
EXTEND_EXP, false);
|
||||
if (debug() >= 9) nodep->dumpTree("- CastFin: ");
|
||||
|
||||
Reference in New Issue
Block a user