Verilator open-source SystemVerilog simulator and lint system
This report presents the forensic synthetic code analysis of verilator/verilator, a SystemVerilog project with 3,884 GitHub stars. SynthScan v2.0 examined 361,210 lines of code across 4954 source files, recording 5601 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 15.7 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 5601 distinct pattern matches across 16 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | nodist/fastcov.py | 30 | CODE | |
| LOW | test_regress/t/t_gantt_numa_default_threads.py | 12 | CODE | |
| LOW | test_regress/t/t_lint_paramnodefault_top_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_cover_sequence_unsup.py | 10 | CODE | |
| LOW | test_regress/t/t_tri_compass_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_array_non_blocking_loop.py | 10 | CODE | |
| LOW | test_regress/t/t_lint_unused_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_interface_virtual_func_wait.py | 10 | CODE | |
| LOW | test_regress/t/t_math_red_noexpand.py | 10 | CODE | |
| LOW | test_regress/t/t_enum_bad_cell.py | 10 | CODE | |
| LOW | test_regress/t/t_stream_bitqueue.py | 10 | CODE | |
| LOW | test_regress/t/t_debug_sigsegv_bt_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_sys_fstrobe.py | 10 | CODE | |
| LOW | test_regress/t/t_assign_deassign_concat.py | 10 | CODE | |
| LOW | test_regress/t/t_process.py | 10 | CODE | |
| LOW | test_regress/t/t_param_default.py | 10 | CODE | |
| LOW | test_regress/t/t_flag_csplit_off.py | 10 | CODE | |
| LOW | test_regress/t/t_var_static.py | 10 | CODE | |
| LOW | test_regress/t/t_func_const2_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_display_impure.py | 10 | CODE | |
| LOW | test_regress/t/t_randomize_dist_foreach.py | 10 | CODE | |
| LOW | test_regress/t/t_dpi_import_mix_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_flag_make_gmake.py | 10 | CODE | |
| LOW | test_regress/t/t_var_types.py | 10 | CODE | |
| LOW | test_regress/t/t_clk_concat4.py | 10 | CODE | |
| LOW | test_regress/t/t_inside_queue_elem.py | 10 | CODE | |
| LOW | test_regress/t/t_constraint_countones.py | 10 | CODE | |
| LOW | test_regress/t/t_altera_lpm_compare.py | 10 | CODE | |
| LOW | test_regress/t/t_opt_dedupe_clk_gate.py | 10 | CODE | |
| LOW | test_regress/t/t_trace_wide_struct.py | 10 | CODE | |
| LOW | test_regress/t/t_interface_array_loop_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_interface_down_inlab.py | 10 | CODE | |
| LOW | test_regress/t/t_dpi_display_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_package_export_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_trace_var_kind_cc_saif.py | 10 | CODE | |
| LOW | test_regress/t/t_case_huge.py | 10 | CODE | |
| LOW | test_regress/t/t_queue_var_slice.py | 10 | CODE | |
| LOW | test_regress/t/t_module_input_default_value_3_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_vpi_get.py | 10 | CODE | |
| LOW | test_regress/t/t_union_unpacked.py | 10 | CODE | |
| LOW | test_regress/t/t_assert_disable_iff.py | 10 | CODE | |
| LOW | test_regress/t/t_debug_gate.py | 10 | CODE | |
| LOW | test_regress/t/t_interface_modport_inl.py | 10 | CODE | |
| LOW | test_regress/t/t_static_task_args_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_bitsel_struct3.py | 10 | CODE | |
| LOW | test_regress/t/t_func_void.py | 10 | CODE | |
| LOW | test_regress/t/t_vpi_public_depthn_3.py | 10 | CODE | |
| LOW | test_regress/t/t_always_ff_never.py | 10 | CODE | |
| LOW | test_regress/t/t_lint_unused_werror_bad.py | 10 | CODE | |
| LOW | …t_class_param_extends_static_member_function_access.py | 10 | CODE | |
| LOW | test_regress/t/t_altera_lpm_divide.py | 10 | CODE | |
| LOW | test_regress/t/t_package_struct.py | 10 | CODE | |
| LOW | test_regress/t/t_interface_modportlist.py | 10 | CODE | |
| LOW | test_regress/t/t_inst_nansi_param.py | 10 | CODE | |
| LOW | test_regress/t/t_lint_incabspath.py | 10 | CODE | |
| LOW | test_regress/t/t_const_number_v_bad.py | 10 | CODE | |
| LOW | test_regress/t/t_mem_fifo.py | 10 | CODE | |
| LOW | test_regress/t/t_display_time.py | 10 | CODE | |
| LOW | test_regress/t/t_func_uninit.py | 10 | CODE | |
| LOW | test_regress/t/t_flag_only_bad.py | 10 | CODE | |
| 4178 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | CMakeLists.txt | 1 | #***************************************************************************** | COMMENT |
| LOW | .codecov.yml | 1 | --- | COMMENT |
| LOW | python-dev-requirements.txt | 1 | # This program is free software; you can redistribute it and/or modify it | COMMENT |
| LOW | nodist/fuzzer/wrapper.cpp | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | ci/ci-rtlmeter-report.bash | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | ci/ci-install.bash | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | ci/ci-rtlmeter-cases.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | ci/ci-pages-notify.bash | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | ci/ci-pages.bash | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | ci/ci-coverage-report.bash | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | include/verilated_saif_c.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_saif_c.h | 21 | #ifndef VERILATOR_VERILATED_SAIF_C_H_ | COMMENT |
| LOW | include/verilated_cov_model.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_cov_model.h | 41 | COMMENT | |
| LOW | include/verilated_threads.cpp | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_threads.cpp | 21 | /// | COMMENT |
| LOW | include/verilated.cpp | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated.cpp | 21 | /// | COMMENT |
| LOW | include/verilated.cpp | 41 | // * Or, use types that are multi-constructor safe. | COMMENT |
| LOW | include/verilated.cpp | 61 | #include <chrono> | COMMENT |
| LOW | include/verilated.cpp | 81 | #ifdef __GLIBC__ | COMMENT |
| LOW | include/verilated.cpp | 101 | COMMENT | |
| LOW | include/verilated_fst_sc.cpp | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_fst_sc.cpp | 21 | COMMENT | |
| LOW | include/verilated_intrinsics.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_intrinsics.h | 21 | /// the target-specific headers. We provide macros to check for availability | COMMENT |
| LOW | include/verilated_threads.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_threads.h | 21 | //============================================================================= | COMMENT |
| LOW | include/verilated_threads.h | 61 | // On even cycles, _upstreamDepsDone increases as upstream | COMMENT |
| LOW | include/verilated_covergroup.cpp | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_covergroup.cpp | 21 | COMMENT | |
| LOW | include/verilated_cov.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_cov.h | 21 | /// coverage information. | COMMENT |
| LOW | include/verilated_cov.h | 41 | /// The remaining arguments occur in pairs: A string key, and a value. | COMMENT |
| LOW | include/verilated_cov.h | 141 | COMMENT | |
| LOW | include/verilated_cov.h | 161 | void write(const std::string& filename) VL_MT_SAFE; | COMMENT |
| LOW | include/verilated_cov.h | 181 | // We could have just the maximum argument version, but this compiles | COMMENT |
| LOW | include/verilated_cov.h | 221 | COMMENT | |
| LOW | include/verilated_vpi.cpp | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_vpi.cpp | 21 | /// | COMMENT |
| LOW | include/verilated_vpi.cpp | 41 | #include <cstring> | COMMENT |
| LOW | include/verilated_timing.cpp | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_cov_key.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_cov_key.h | 61 | #define VL_CIK_FSM_VAR "Fv" | COMMENT |
| LOW | include/verilated_trace.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_trace.h | 21 | COMMENT | |
| LOW | include/verilated_trace.h | 361 | EData* const m_sigs_enabledp; // Bit vector of enabled codes (nullptr = all on) | COMMENT |
| LOW | include/verilated_vcd_c.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_vcd_c.h | 301 | bool isOpen() const override VL_MT_SAFE { return m_sptrace.isOpen(); } | COMMENT |
| LOW | include/verilated_vcd_c.h | 321 | /// Flush dump | COMMENT |
| LOW | include/verilated_vcd_sc.cpp | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated_vcd_sc.cpp | 21 | COMMENT | |
| LOW | include/verilated_fst_c.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated.h | 1 | // -*- mode: C++; c-file-style: "cc-mode" -*- | COMMENT |
| LOW | include/verilated.h | 21 | /// User wrapper code may need to include this to get appropriate | COMMENT |
| LOW | include/verilated.h | 41 | // clang-format off | COMMENT |
| LOW | include/verilated.h | 61 | #include <set> | COMMENT |
| LOW | include/verilated.h | 421 | #ifndef VL_PRINTF | COMMENT |
| LOW | include/verilated.h | 441 | // Implemented by VlExecutionProfiler, see verilated_profiler.h. Declared here | COMMENT |
| LOW | include/verilated.h | 461 | /// | COMMENT |
| 1177 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | nodist/fastcov.py | 450 | CODE | |
| LOW | nodist/fastcov.py | 509 | CODE | |
| LOW | nodist/fastcov.py | 756 | CODE | |
| LOW | nodist/fastcov.py | 789 | CODE | |
| LOW | nodist/fastcov.py | 108 | CODE | |
| LOW | nodist/fastcov.py | 165 | CODE | |
| LOW | test_regress/driver.py | 2886 | CODE | |
| LOW | test_regress/driver.py | 2906 | CODE | |
| LOW | test_regress/driver.py | 209 | CODE | |
| LOW | test_regress/driver.py | 497 | CODE | |
| LOW | test_regress/driver.py | 658 | CODE | |
| LOW | test_regress/driver.py | 980 | CODE | |
| LOW | test_regress/driver.py | 1003 | CODE | |
| LOW | test_regress/driver.py | 1218 | CODE | |
| LOW | test_regress/driver.py | 1513 | CODE | |
| LOW | test_regress/driver.py | 1895 | CODE | |
| LOW | test_regress/driver.py | 2110 | CODE | |
| LOW | test_regress/driver.py | 2427 | CODE | |
| LOW | test_regress/driver.py | 2497 | CODE | |
| LOW | test_regress/driver.py | 2636 | CODE | |
| LOW | test_regress/driver.py | 2783 | CODE | |
| LOW | test_regress/t/trace_struct_alias_common.py | 10 | CODE | |
| LOW | test_regress/t/t_dist_docs_warnings.py | 24 | CODE | |
| LOW | test_regress/t/t_dist_docs_warnings.py | 50 | CODE | |
| LOW | test_regress/t/t_preproc.py | 16 | CODE | |
| LOW | test_regress/t/t_flag_csplit_groups.py | 62 | CODE | |
| LOW | test_regress/t/trace_hier_block_common.py | 13 | CODE | |
| LOW | test_regress/t/randomize_solver_tamper.py | 137 | CODE | |
| LOW | test_regress/t/t_dist_docs_options.py | 46 | CODE | |
| LOW | test_regress/t/t_dist_docs_options.py | 74 | CODE | |
| LOW | test_regress/t/t_dist_docs_options.py | 119 | CODE | |
| LOW | test_regress/t/t_dump_inputs_rerun.py | 15 | CODE | |
| LOW | test_regress/t/t_dist_error_format.py | 18 | CODE | |
| LOW | test_regress/t/trace_struct_array_multi_inst_common.py | 12 | CODE | |
| LOW | test_regress/t/trace_struct_array_multi_inst_common.py | 34 | CODE | |
| LOW | test_regress/t/t_flag_csplit.py | 60 | CODE | |
| LOW | test_regress/t/trace_lib_common.py | 14 | CODE | |
| LOW | test_regress/t/t_dist_warn_coverage.py | 130 | CODE | |
| LOW | test_regress/t/t_dist_warn_coverage.py | 205 | CODE | |
| LOW | test_regress/t/t_flag_prefix.py | 27 | CODE | |
| LOW | test_regress/t/t_dist_docs_style.py | 39 | CODE | |
| LOW | test_regress/t/t_gate_tree.py | 23 | CODE | |
| LOW | docs/guide/conf.py | 22 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | test_regress/driver.py | 1082 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | test_regress/driver.py | 1722 | #--------------------------------------------------------------- | COMMENT |
| MEDIUM | test_regress/driver.py | 1796 | #--------------------------------------------------------------- | COMMENT |
| MEDIUM | test_regress/driver.py | 1858 | #--------------------------------------------------------------- | COMMENT |
| MEDIUM | test_regress/driver.py | 1893 | #---------------------------------------------------------------------- | COMMENT |
| MEDIUM | test_regress/driver.py | 2988 | #--------------------------------------------------------------------- | COMMENT |
| MEDIUM | docs/guide/conf.py | 10 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM | docs/guide/conf.py | 43 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM | docs/guide/conf.py | 60 | # ---------------------------------------------------------------------- | STRING |
| MEDIUM | docs/guide/conf.py | 110 | # ---------------------------------------------------------------------- | STRING |
| MEDIUM | docs/guide/conf.py | 164 | # ---------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | docs/guide/conf.py | 195 | # ---------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | docs/guide/conf.py | 205 | # ---------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | docs/guide/conf.py | 211 | # ---------------------------------------------------------------------- | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/V3Sched.cpp | 858 | // Step 2: Prepare external domains for timing and virtual interfaces | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 864 | // Step 3: Gather and classify all logic in the design | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 874 | // Step 4: Schedule static, initial and final logic classes in source order | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 884 | // Step 5: Break combinational cycles by introducing hybrid logic | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 900 | // Step 6: Create 'settle' region that restores the combinational invariant | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 904 | // Step 7: Partition the clocked and combinational (including hybrid) logic into pre/act/nba. | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 931 | // Step 9: Create the input combinational logic | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 935 | // Step 10: Create the triggers | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1069 | // Step 13: Create the 'obs' region evaluation function | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1072 | // Step 14: Create the 'react' region evaluation function | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1076 | // Step 15: Create the 'postponed' region evaluation function | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1079 | // Step 16: Populate the eval entry point function of each region of a time step | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1082 | // Step 17: Add neccessary evaluation before awaits | COMMENT |
| LOW | src/V3Sched.cpp | 843 | // Step 1: Create every entry point called from the run-time eval loop | COMMENT |
| LOW | src/V3Sched.cpp | 920 | // Step 8: Replicate combinational logic | COMMENT |
| LOW | src/V3Sched.cpp | 975 | // Step 11: Create the 'act' region evaluation function | COMMENT |
| LOW | src/V3Sched.cpp | 1053 | // Step 12: Create the 'nba' region evaluation function | COMMENT |
| LOW | src/V3Sched.cpp | 1119 | // Step 18: Clean up | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/V3Sched.cpp | 858 | // Step 2: Prepare external domains for timing and virtual interfaces | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 864 | // Step 3: Gather and classify all logic in the design | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 874 | // Step 4: Schedule static, initial and final logic classes in source order | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 884 | // Step 5: Break combinational cycles by introducing hybrid logic | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 900 | // Step 6: Create 'settle' region that restores the combinational invariant | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 904 | // Step 7: Partition the clocked and combinational (including hybrid) logic into pre/act/nba. | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 931 | // Step 9: Create the input combinational logic | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 935 | // Step 10: Create the triggers | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1069 | // Step 13: Create the 'obs' region evaluation function | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1072 | // Step 14: Create the 'react' region evaluation function | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1076 | // Step 15: Create the 'postponed' region evaluation function | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1079 | // Step 16: Populate the eval entry point function of each region of a time step | COMMENT |
| LOW⚡ | src/V3Sched.cpp | 1082 | // Step 17: Add neccessary evaluation before awaits | COMMENT |
| LOW | src/V3Sched.cpp | 843 | // Step 1: Create every entry point called from the run-time eval loop | COMMENT |
| LOW | src/V3Sched.cpp | 920 | // Step 8: Replicate combinational logic | COMMENT |
| LOW | src/V3Sched.cpp | 975 | // Step 11: Create the 'act' region evaluation function | COMMENT |
| LOW | src/V3Sched.cpp | 1053 | // Step 12: Create the 'nba' region evaluation function | COMMENT |
| LOW | src/V3Sched.cpp | 1119 | // Step 18: Clean up | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | ci/ci-rtlmeter-report.bash | 94 | # Create the PR notification | COMMENT |
| MEDIUM | ci/ci-coverage-report.bash | 37 | # Create the report. For a pull request, report patch coverage against the | COMMENT |
| MEDIUM | ci/ci-coverage-report.bash | 69 | # Create the PR notification | COMMENT |
| MEDIUM | test_regress/t/trace_two_common.py | 67 | # Create the ALL.cpp for 'b' | COMMENT |
| MEDIUM | .github/workflows/coverage.yml | 140 | # Create the report artifact. Note there is no report if the patch is empty. | COMMENT |
| MEDIUM | .github/workflows/rtlmeter.yml | 368 | # Create the report artifact | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ci/ci-rtlmeter-report.py | 90 | # for wall clock and CPU time, ignore small values that just add noise | COMMENT |
| LOW | ci/ci-rtlmeter-cases.py | 214 | # Filter out hello tests on pull requests, these just add measurement noise | COMMENT |
| MEDIUM | src/V3ExecGraph.cpp | 418 | // To support scheduling tasks that utilize more than one thread, we introduce a wide | COMMENT |
| MEDIUM | src/V3EmitCBase.cpp | 196 | // This isn't very robust and may need cleanup for other data types | COMMENT |
| MEDIUM | src/V3Ast.h | 451 | // VNType is 2 bytes, so we can stick another 6 bytes after it to utilize what would | COMMENT |
| MEDIUM | src/V3EmitCModel.cpp | 359 | // This isn't very robust and may need cleanup for other data types | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | test_regress/driver.py | 225 | out = VtOs.run_capture('(z3 --help || cvc5 --help || cvc4 --help) 2>/dev/null', | CODE |
| HIGH | test_regress/driver.py | 797 | self.pli_flags += ["-Wl,-undefined,dynamic_lookup"] | CODE |
| HIGH | test_regress/t/t_flag_main_vpi_multi.py | 31 | pli2_cmd += (["-Wl,-undefined,dynamic_lookup"] if platform.system() == 'Darwin' else ["-rdynamic"]) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | nodist/fastcov.py | 529 | # Check if branch coverage should be deleted based on CLI options | COMMENT |
| LOW | ci/ci-rtlmeter-report.py | 122 | # Print results | COMMENT |
| LOW | ci/ci-pages.bash | 266 | # Set output to all affected unique PR run IDs (comma separated, no trailing comma) | COMMENT |
| LOW | ci/docker/run/verilator-wrap.sh | 17 | # Check if user set an obj_dir | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | include/fstcpp/fstcpp_assertion.h | 115 | // TODO: implement MSVC version | COMMENT |
| LOW | include/fstcpp/fstcpp_stream_write_helper.h | 41 | // TODO: implement MSVC version | COMMENT |
| LOW | include/fstcpp/fstcpp_variable_info.h | 34 | // TODO: implement MSVC version | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test_regress/driver.py | 1749 | def get_default_vltmt_threads(self) -> int: | CODE |
| LOW | test_regress/driver.py | 1790 | def wno_unopthreads_for_few_cores(self) -> str: | CODE |
| LOW | test_regress/t/coverage_covergroup_common.py | 12 | def covergroup_coverage_report(test, outfile=None): | CODE |
| LOW | test_regress/t/randomize_uniform_common.py | 19 | def jensen_shannon_divergence_pct(observed_counts, solutions): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test_regress/t/t_a2_first_sc.py | 11 | # after building so we make sure to run with --gdbbt, so if it dumps we'll | COMMENT |
| LOW | test_regress/t/t_a1_first_cc.py | 11 | # after building so we make sure to run with --gdbbt, so if it dumps we'll | COMMENT |
| LOW | src/V3SplitVar.cpp | 787 | UASSERT(m_refs.empty(), "Don't forget to call split()"); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test_regress/t/t_vpi_var.cpp | 1764 | {"text", "Verilog Test module", "lorem ipsum"}, | CODE |
| LOW | test_regress/t/t_vpi_force.cpp | 301 | {.str = "lorem ipsum"}, | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/guide/conf.py | 33 | except Exception: # pylint: disable=broad-except | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test_regress/driver.py | 1895 | CODE |