mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 18:36:28 +02:00
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user