mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 02:38:15 +02:00
Fix generate for unrolling to be signed (#2730).
This commit is contained in:
@@ -230,6 +230,7 @@ private:
|
||||
AstConst new_con(clonep->fileline(), *res);
|
||||
new_con.dtypeFrom(dtypep);
|
||||
outNum = new_con.num();
|
||||
outNum.isSigned(dtypep->isSigned());
|
||||
VL_DO_DANGLING(clonep->deleteTree(), clonep);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user