mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
Cleanup extra space on 'VlWide<...>>'
This commit is contained in:
parent
93476a7372
commit
9f8b17230a
@ -688,7 +688,7 @@ AstNodeDType::CTypeRecursed AstNodeDType::cTypeRecurse(bool compound) const {
|
||||
info.m_type = "QData" + bitvec;
|
||||
} else if (dtypep->isWide()) {
|
||||
if (compound) {
|
||||
info.m_type = "VlWide<" + cvtToStr(dtypep->widthWords()) + "> ";
|
||||
info.m_type = "VlWide<" + cvtToStr(dtypep->widthWords()) + ">";
|
||||
} else {
|
||||
info.m_type += "WData" + bitvec; // []'s added later
|
||||
info.m_dims = "[" + cvtToStr(dtypep->widthWords()) + "]";
|
||||
|
Loading…
Reference in New Issue
Block a user