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