mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 00:41:39 +02:00
@@ -828,6 +828,8 @@ std::vector<std::string> EmitCSyms::getSymCtorStmts() {
|
||||
stmt += ", ";
|
||||
stmt += varp->vlEnumDir(); // VLVD_IN etc
|
||||
if (varp->dtypep()->skipRefp()->isSigned()) stmt += "|VLVF_SIGNED";
|
||||
if (varp->dtypep()->skipRefp()->basicp()->keyword() == VBasicDTypeKwd::BIT)
|
||||
stmt += "|VLVF_BITVAR";
|
||||
stmt += ", ";
|
||||
stmt += std::to_string(udim);
|
||||
stmt += ", ";
|
||||
|
||||
Reference in New Issue
Block a user