mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 03:03:01 +02:00
Format
This commit is contained in:
+2
-1
@@ -592,7 +592,8 @@ class CaseVisitor final : public VNVisitor {
|
||||
VL_DO_DANGLING(replaceCaseFast(nodep), nodep);
|
||||
} else {
|
||||
// If a case statement is whole, presume signals involved aren't forming a latch
|
||||
if (m_alwaysp && !m_caseIncomplete) m_alwaysp->fileline()->warnOff(V3ErrorCode::LATCH, true);
|
||||
if (m_alwaysp && !m_caseIncomplete)
|
||||
m_alwaysp->fileline()->warnOff(V3ErrorCode::LATCH, true);
|
||||
++m_statCaseSlow;
|
||||
VL_DO_DANGLING(replaceCaseComplicated(nodep), nodep);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user