mirror of
https://github.com/verilator/verilator.git
synced 2026-08-31 18:14:33 +02:00
Fix whitespace
This commit is contained in:
+1
-1
@@ -1000,7 +1000,7 @@ class ConstraintExprVisitor final : public VNVisitor {
|
||||
AstCStmt* const bufDeclp = new AstCStmt{fl, "char __Vn[256];\n"};
|
||||
ifNonNullp->addThensp(bufDeclp);
|
||||
|
||||
// 32-bit index → 8 hex chars for SMT name formatting
|
||||
// 32-bit index hex chars for SMT name formatting
|
||||
constexpr int idxWidth = 32;
|
||||
const int fmtWidth = VL_WORDS_I(idxWidth) * 8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user