mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 14:47:36 +00:00
Apply 'make format'
This commit is contained in:
parent
c1c0aa61f9
commit
41e5f6b7d5
@ -330,9 +330,7 @@ class ParamProcessor final {
|
|||||||
key += " ";
|
key += " ";
|
||||||
key += paramValueKey(dtypep->subDTypep());
|
key += paramValueKey(dtypep->subDTypep());
|
||||||
} else if (const AstBasicDType* const dtypep = VN_CAST(nodep, BasicDType)) {
|
} else if (const AstBasicDType* const dtypep = VN_CAST(nodep, BasicDType)) {
|
||||||
if (dtypep->isSigned()) {
|
if (dtypep->isSigned()) { key += " signed"; }
|
||||||
key += " signed";
|
|
||||||
}
|
|
||||||
if (dtypep->isRanged()) {
|
if (dtypep->isRanged()) {
|
||||||
key += "[" + cvtToStr(dtypep->left()) + ":" + cvtToStr(dtypep->right()) + "]";
|
key += "[" + cvtToStr(dtypep->left()) + ":" + cvtToStr(dtypep->right()) + "]";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user