Fix warning lint directive ordering and consistency (#4185) (#5368) (#5610) (#6876).

This commit is contained in:
Wilson Snyder
2025-12-30 20:31:34 -05:00
committed by GitHub
parent e6114b6bbb
commit 4080284e53
19 changed files with 515 additions and 108 deletions
+1
View File
@@ -723,6 +723,7 @@ static bool verilate(const string& argString) {
V3ExecGraph::selfTest();
V3PreShell::selfTest();
V3Broken::selfTest();
V3Control::selfTest();
V3ThreadPool::selfTest();
UINFO(2, "selfTest done");
}