mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 18:36:36 +02:00
Internals: Split some extremely long lines. No functional change.
This commit is contained in:
+4
-1
@@ -305,7 +305,10 @@ private:
|
||||
|
||||
// Simulate
|
||||
simvis.mainTableEmulate(nodep);
|
||||
if (!simvis.optimizable()) simvis.whyNotNodep()->v3fatalSrc("Optimizable cleared, even though earlier test run said not: "<<simvis.whyNotMessage());
|
||||
if (!simvis.optimizable()) {
|
||||
simvis.whyNotNodep()->v3fatalSrc("Optimizable cleared, even though earlier test run said not: "
|
||||
<<simvis.whyNotMessage());
|
||||
}
|
||||
|
||||
// If a output changed, add it to table
|
||||
int outnum = 0;
|
||||
|
||||
Reference in New Issue
Block a user