[#73220] fix for t_verilated_all test

This commit is contained in:
Mateusz Gancarz 2025-02-28 10:11:13 +01:00
parent 239c264b86
commit ce2a35cc00
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ for dfile in test.glob_some(test.obj_dir + "/*.d"):
for filename in sorted(hit.keys()):
if (not hit[filename] and not re.search(r'_sc', filename) and not re.search(r'_fst', filename)
and not re.search(r'_saif', filename)
and not re.search(r'_thread', filename)
and (not re.search(r'_timing', filename) or test.have_coroutines)):
test.error("Include file not covered by t_verilated_all test: ", filename)