mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 18:58:51 +02:00
Internals: Upgrade to clang-format-18 (#6333)
This commit is contained in:
+1
-2
@@ -234,8 +234,7 @@ private:
|
||||
<< chkvis.instrCount() << " Data=" << chkvis.dataCount()
|
||||
<< " in width (bits)=" << m_inWidthBits << " out width (bytes)="
|
||||
<< m_outWidthBytes << " Spacetime=" << (space / time) << "("
|
||||
<< space << "/" << time << ")"
|
||||
<< ": " << nodep);
|
||||
<< space << "/" << time << ")" << ": " << nodep);
|
||||
if (chkvis.optimizable()) {
|
||||
UINFO(3, " Table Optimize spacetime=" << (space / time) << " " << nodep);
|
||||
m_totalBytes += space;
|
||||
|
||||
Reference in New Issue
Block a user