Fix VPI signal range order (#6189) (#6200)

This commit is contained in:
Ibrahim Burak Yorulmaz
2025-07-19 20:22:02 -04:00
committed by GitHub
parent 7d43a935bd
commit 9d146eae16
3 changed files with 21 additions and 2 deletions
+2 -2
View File
@@ -964,9 +964,9 @@ void EmitCSyms::emitSymImp() {
} else {
if (basicp->isRanged()) {
bounds += " ,";
bounds += cvtToStr(basicp->hi());
bounds += cvtToStr(basicp->left());
bounds += ",";
bounds += cvtToStr(basicp->lo());
bounds += cvtToStr(basicp->right());
pdim++;
}
break; // AstBasicDType - nothing below, 1