mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
Tests: Cover some previously uncovered warnings
This commit is contained in:
+1
-1
@@ -345,7 +345,7 @@ void GraphAcyc::simplifyOut(GraphAcycVertex* avertexp) {
|
||||
nextp = inEdgep->inNextp();
|
||||
V3GraphVertex* inVertexp = inEdgep->fromp();
|
||||
if (inVertexp == avertexp) {
|
||||
if (debug()) v3error("Non-cutable edge forms a loop, vertex=" << avertexp);
|
||||
if (debug()) v3error("Non-cutable vertex=" << avertexp); // LCOV_EXCL_LINE
|
||||
v3error("Circular logic when ordering code (non-cutable edge loop)");
|
||||
m_origGraphp->reportLoops(
|
||||
&V3GraphEdge::followNotCutable,
|
||||
|
||||
Reference in New Issue
Block a user