mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
Add --work library-selection option (#5891 partial).
This commit is contained in:
@@ -193,6 +193,11 @@ string AstNode::prettyName(const string& namein) VL_PURE {
|
||||
pos += 7;
|
||||
continue;
|
||||
}
|
||||
if (0 == std::strncmp(pos, "__LIB__", 7)) {
|
||||
pretty = ""; // Trim library name before module name
|
||||
pos += 7;
|
||||
continue;
|
||||
}
|
||||
if (0 == std::strncmp(pos, "__PVT__", 7)) {
|
||||
pretty += "";
|
||||
pos += 7;
|
||||
|
||||
Reference in New Issue
Block a user