Apply 'make format'

This commit is contained in:
github action 2025-11-05 10:50:31 +00:00
parent e2f5854088
commit 574c69c092
6 changed files with 3 additions and 2 deletions

View File

@ -391,7 +391,8 @@ public:
explicit SliceVisitor(AstNetlist* nodep) { iterate(nodep); }
~SliceVisitor() override {
V3Stats::addStat("Optimizations, Slice array assignments", m_statAssigns);
V3Stats::addStat("Optimizations, Slice array skips due to size limit", m_statSliceElementSkips);
V3Stats::addStat("Optimizations, Slice array skips due to size limit",
m_statSliceElementSkips);
}
};

0
test_regress/t/t_opt_slice_element_limit.py Normal file → Executable file
View File

0
test_regress/t/t_opt_slice_element_limit_allow_all.py Normal file → Executable file
View File

0
test_regress/t/t_opt_slice_element_limit_bad.py Normal file → Executable file
View File

0
test_regress/t/t_opt_slice_element_limit_default.py Normal file → Executable file
View File