mirror of
https://github.com/verilator/verilator.git
synced 2025-05-03 05:56:53 +00:00
Remove footprint comment when single threaded.
This commit is contained in:
parent
6ce81698e7
commit
98dcbc6b3e
@ -110,7 +110,9 @@ public:
|
||||
string newVarCmt = varp->mtasksString();
|
||||
if (*curVarCmtp != newVarCmt) {
|
||||
*curVarCmtp = newVarCmt;
|
||||
puts("// Begin mtask footprint "+*curVarCmtp+"\n");
|
||||
if (v3Global.opt.threads()) {
|
||||
puts("// Begin mtask footprint "+*curVarCmtp+"\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
void emitTypedefs(AstNode* firstp) {
|
||||
|
Loading…
Reference in New Issue
Block a user