mirror of
https://github.com/verilator/verilator.git
synced 2025-04-29 12:06:54 +00:00
Remove extra space in generated func call.
This commit is contained in:
parent
847dbbbaf0
commit
4627716aa4
@ -326,7 +326,7 @@ public:
|
||||
virtual void visit(AstNodeReadWriteMem* nodep) {
|
||||
puts(nodep->cFuncPrefixp());
|
||||
emitIQW(nodep->filenamep());
|
||||
puts(" ("); // We take a void* rather than emitIQW(nodep->memp());
|
||||
puts("("); // We take a void* rather than emitIQW(nodep->memp());
|
||||
puts(nodep->isHex()?"true":"false");
|
||||
putbs(",");
|
||||
puts(cvtToStr(nodep->memp()->widthMin())); // Need real storage width
|
||||
|
Loading…
Reference in New Issue
Block a user