Repository Analysis

verilator/verilator

Verilator open-source SystemVerilog simulator and lint system

15.7 Moderate AI signal View on GitHub

Analysis Overview

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).

15.7
Adjusted Score
15.7
Raw Score
100%
Time Factor
2026-08-28
Last Push
3.9K
Stars
SystemVerilog
Language
361.2K
Lines of Code
5.0K
Files
5.6K
Pattern Hits
2026-08-29
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 0HIGH 3MEDIUM 24LOW 5574

Directory Score Breakdown

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.

Pattern Findings

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.

Unused Imports4238 hits · 4238 pts
SeverityFileLineSnippetContext
LOWnodist/fastcov.py30CODE
LOWtest_regress/t/t_gantt_numa_default_threads.py12CODE
LOWtest_regress/t/t_lint_paramnodefault_top_bad.py10CODE
LOWtest_regress/t/t_cover_sequence_unsup.py10CODE
LOWtest_regress/t/t_tri_compass_bad.py10CODE
LOWtest_regress/t/t_array_non_blocking_loop.py10CODE
LOWtest_regress/t/t_lint_unused_bad.py10CODE
LOWtest_regress/t/t_interface_virtual_func_wait.py10CODE
LOWtest_regress/t/t_math_red_noexpand.py10CODE
LOWtest_regress/t/t_enum_bad_cell.py10CODE
LOWtest_regress/t/t_stream_bitqueue.py10CODE
LOWtest_regress/t/t_debug_sigsegv_bt_bad.py10CODE
LOWtest_regress/t/t_sys_fstrobe.py10CODE
LOWtest_regress/t/t_assign_deassign_concat.py10CODE
LOWtest_regress/t/t_process.py10CODE
LOWtest_regress/t/t_param_default.py10CODE
LOWtest_regress/t/t_flag_csplit_off.py10CODE
LOWtest_regress/t/t_var_static.py10CODE
LOWtest_regress/t/t_func_const2_bad.py10CODE
LOWtest_regress/t/t_display_impure.py10CODE
LOWtest_regress/t/t_randomize_dist_foreach.py10CODE
LOWtest_regress/t/t_dpi_import_mix_bad.py10CODE
LOWtest_regress/t/t_flag_make_gmake.py10CODE
LOWtest_regress/t/t_var_types.py10CODE
LOWtest_regress/t/t_clk_concat4.py10CODE
LOWtest_regress/t/t_inside_queue_elem.py10CODE
LOWtest_regress/t/t_constraint_countones.py10CODE
LOWtest_regress/t/t_altera_lpm_compare.py10CODE
LOWtest_regress/t/t_opt_dedupe_clk_gate.py10CODE
LOWtest_regress/t/t_trace_wide_struct.py10CODE
LOWtest_regress/t/t_interface_array_loop_bad.py10CODE
LOWtest_regress/t/t_interface_down_inlab.py10CODE
LOWtest_regress/t/t_dpi_display_bad.py10CODE
LOWtest_regress/t/t_package_export_bad.py10CODE
LOWtest_regress/t/t_trace_var_kind_cc_saif.py10CODE
LOWtest_regress/t/t_case_huge.py10CODE
LOWtest_regress/t/t_queue_var_slice.py10CODE
LOWtest_regress/t/t_module_input_default_value_3_bad.py10CODE
LOWtest_regress/t/t_vpi_get.py10CODE
LOWtest_regress/t/t_union_unpacked.py10CODE
LOWtest_regress/t/t_assert_disable_iff.py10CODE
LOWtest_regress/t/t_debug_gate.py10CODE
LOWtest_regress/t/t_interface_modport_inl.py10CODE
LOWtest_regress/t/t_static_task_args_bad.py10CODE
LOWtest_regress/t/t_bitsel_struct3.py10CODE
LOWtest_regress/t/t_func_void.py10CODE
LOWtest_regress/t/t_vpi_public_depthn_3.py10CODE
LOWtest_regress/t/t_always_ff_never.py10CODE
LOWtest_regress/t/t_lint_unused_werror_bad.py10CODE
LOW…t_class_param_extends_static_member_function_access.py10CODE
LOWtest_regress/t/t_altera_lpm_divide.py10CODE
LOWtest_regress/t/t_package_struct.py10CODE
LOWtest_regress/t/t_interface_modportlist.py10CODE
LOWtest_regress/t/t_inst_nansi_param.py10CODE
LOWtest_regress/t/t_lint_incabspath.py10CODE
LOWtest_regress/t/t_const_number_v_bad.py10CODE
LOWtest_regress/t/t_mem_fifo.py10CODE
LOWtest_regress/t/t_display_time.py10CODE
LOWtest_regress/t/t_func_uninit.py10CODE
LOWtest_regress/t/t_flag_only_bad.py10CODE
4178 more matches not shown…
Over-Commented Block1237 hits · 1224 pts
SeverityFileLineSnippetContext
LOWCMakeLists.txt1#*****************************************************************************COMMENT
LOW.codecov.yml1---COMMENT
LOWpython-dev-requirements.txt1# This program is free software; you can redistribute it and/or modify itCOMMENT
LOWnodist/fuzzer/wrapper.cpp1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWci/ci-rtlmeter-report.bash1#!/usr/bin/env bashCOMMENT
LOWci/ci-install.bash1#!/usr/bin/env bashCOMMENT
LOWci/ci-rtlmeter-cases.py1#!/usr/bin/env python3COMMENT
LOWci/ci-pages-notify.bash1#!/usr/bin/env bashCOMMENT
LOWci/ci-pages.bash1#!/usr/bin/env bashCOMMENT
LOWci/ci-coverage-report.bash1#!/usr/bin/env bashCOMMENT
LOWinclude/verilated_saif_c.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_saif_c.h21#ifndef VERILATOR_VERILATED_SAIF_C_H_COMMENT
LOWinclude/verilated_cov_model.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_cov_model.h41COMMENT
LOWinclude/verilated_threads.cpp1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_threads.cpp21///COMMENT
LOWinclude/verilated.cpp1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated.cpp21///COMMENT
LOWinclude/verilated.cpp41// * Or, use types that are multi-constructor safe.COMMENT
LOWinclude/verilated.cpp61#include <chrono>COMMENT
LOWinclude/verilated.cpp81#ifdef __GLIBC__COMMENT
LOWinclude/verilated.cpp101COMMENT
LOWinclude/verilated_fst_sc.cpp1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_fst_sc.cpp21COMMENT
LOWinclude/verilated_intrinsics.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_intrinsics.h21/// the target-specific headers. We provide macros to check for availabilityCOMMENT
LOWinclude/verilated_threads.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_threads.h21//=============================================================================COMMENT
LOWinclude/verilated_threads.h61 // On even cycles, _upstreamDepsDone increases as upstreamCOMMENT
LOWinclude/verilated_covergroup.cpp1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_covergroup.cpp21COMMENT
LOWinclude/verilated_cov.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_cov.h21/// coverage information.COMMENT
LOWinclude/verilated_cov.h41/// The remaining arguments occur in pairs: A string key, and a value.COMMENT
LOWinclude/verilated_cov.h141COMMENT
LOWinclude/verilated_cov.h161 void write(const std::string& filename) VL_MT_SAFE;COMMENT
LOWinclude/verilated_cov.h181 // We could have just the maximum argument version, but this compilesCOMMENT
LOWinclude/verilated_cov.h221COMMENT
LOWinclude/verilated_vpi.cpp1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_vpi.cpp21///COMMENT
LOWinclude/verilated_vpi.cpp41#include <cstring>COMMENT
LOWinclude/verilated_timing.cpp1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_cov_key.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_cov_key.h61#define VL_CIK_FSM_VAR "Fv"COMMENT
LOWinclude/verilated_trace.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_trace.h21COMMENT
LOWinclude/verilated_trace.h361 EData* const m_sigs_enabledp; // Bit vector of enabled codes (nullptr = all on)COMMENT
LOWinclude/verilated_vcd_c.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_vcd_c.h301 bool isOpen() const override VL_MT_SAFE { return m_sptrace.isOpen(); }COMMENT
LOWinclude/verilated_vcd_c.h321 /// Flush dumpCOMMENT
LOWinclude/verilated_vcd_sc.cpp1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated_vcd_sc.cpp21COMMENT
LOWinclude/verilated_fst_c.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated.h1// -*- mode: C++; c-file-style: "cc-mode" -*-COMMENT
LOWinclude/verilated.h21/// User wrapper code may need to include this to get appropriateCOMMENT
LOWinclude/verilated.h41// clang-format offCOMMENT
LOWinclude/verilated.h61#include <set>COMMENT
LOWinclude/verilated.h421#ifndef VL_PRINTFCOMMENT
LOWinclude/verilated.h441// Implemented by VlExecutionProfiler, see verilated_profiler.h. Declared hereCOMMENT
LOWinclude/verilated.h461///COMMENT
1177 more matches not shown…
Deep Nesting43 hits · 40 pts
SeverityFileLineSnippetContext
LOWnodist/fastcov.py450CODE
LOWnodist/fastcov.py509CODE
LOWnodist/fastcov.py756CODE
LOWnodist/fastcov.py789CODE
LOWnodist/fastcov.py108CODE
LOWnodist/fastcov.py165CODE
LOWtest_regress/driver.py2886CODE
LOWtest_regress/driver.py2906CODE
LOWtest_regress/driver.py209CODE
LOWtest_regress/driver.py497CODE
LOWtest_regress/driver.py658CODE
LOWtest_regress/driver.py980CODE
LOWtest_regress/driver.py1003CODE
LOWtest_regress/driver.py1218CODE
LOWtest_regress/driver.py1513CODE
LOWtest_regress/driver.py1895CODE
LOWtest_regress/driver.py2110CODE
LOWtest_regress/driver.py2427CODE
LOWtest_regress/driver.py2497CODE
LOWtest_regress/driver.py2636CODE
LOWtest_regress/driver.py2783CODE
LOWtest_regress/t/trace_struct_alias_common.py10CODE
LOWtest_regress/t/t_dist_docs_warnings.py24CODE
LOWtest_regress/t/t_dist_docs_warnings.py50CODE
LOWtest_regress/t/t_preproc.py16CODE
LOWtest_regress/t/t_flag_csplit_groups.py62CODE
LOWtest_regress/t/trace_hier_block_common.py13CODE
LOWtest_regress/t/randomize_solver_tamper.py137CODE
LOWtest_regress/t/t_dist_docs_options.py46CODE
LOWtest_regress/t/t_dist_docs_options.py74CODE
LOWtest_regress/t/t_dist_docs_options.py119CODE
LOWtest_regress/t/t_dump_inputs_rerun.py15CODE
LOWtest_regress/t/t_dist_error_format.py18CODE
LOWtest_regress/t/trace_struct_array_multi_inst_common.py12CODE
LOWtest_regress/t/trace_struct_array_multi_inst_common.py34CODE
LOWtest_regress/t/t_flag_csplit.py60CODE
LOWtest_regress/t/trace_lib_common.py14CODE
LOWtest_regress/t/t_dist_warn_coverage.py130CODE
LOWtest_regress/t/t_dist_warn_coverage.py205CODE
LOWtest_regress/t/t_flag_prefix.py27CODE
LOWtest_regress/t/t_dist_docs_style.py39CODE
LOWtest_regress/t/t_gate_tree.py23CODE
LOWdocs/guide/conf.py22CODE
Decorative Section Separators14 hits · 32 pts
SeverityFileLineSnippetContext
MEDIUMtest_regress/driver.py1082 #----------------------------------------------------------------------COMMENT
MEDIUMtest_regress/driver.py1722 #---------------------------------------------------------------COMMENT
MEDIUMtest_regress/driver.py1796 #---------------------------------------------------------------COMMENT
MEDIUMtest_regress/driver.py1858 #---------------------------------------------------------------COMMENT
MEDIUMtest_regress/driver.py1893 #----------------------------------------------------------------------COMMENT
MEDIUMtest_regress/driver.py2988 #---------------------------------------------------------------------COMMENT
MEDIUMdocs/guide/conf.py10# ----------------------------------------------------------------------COMMENT
MEDIUMdocs/guide/conf.py43# ----------------------------------------------------------------------COMMENT
MEDIUMdocs/guide/conf.py60# ----------------------------------------------------------------------STRING
MEDIUMdocs/guide/conf.py110# ----------------------------------------------------------------------STRING
MEDIUMdocs/guide/conf.py164# ----------------------------------------------------------------------STRING
MEDIUMdocs/guide/conf.py195# ----------------------------------------------------------------------STRING
MEDIUMdocs/guide/conf.py205# ----------------------------------------------------------------------STRING
MEDIUMdocs/guide/conf.py211# ----------------------------------------------------------------------STRING
Verbosity Indicators18 hits · 30 pts
SeverityFileLineSnippetContext
LOWsrc/V3Sched.cpp858 // Step 2: Prepare external domains for timing and virtual interfacesCOMMENT
LOWsrc/V3Sched.cpp864 // Step 3: Gather and classify all logic in the designCOMMENT
LOWsrc/V3Sched.cpp874 // Step 4: Schedule static, initial and final logic classes in source orderCOMMENT
LOWsrc/V3Sched.cpp884 // Step 5: Break combinational cycles by introducing hybrid logicCOMMENT
LOWsrc/V3Sched.cpp900 // Step 6: Create 'settle' region that restores the combinational invariantCOMMENT
LOWsrc/V3Sched.cpp904 // Step 7: Partition the clocked and combinational (including hybrid) logic into pre/act/nba.COMMENT
LOWsrc/V3Sched.cpp931 // Step 9: Create the input combinational logicCOMMENT
LOWsrc/V3Sched.cpp935 // Step 10: Create the triggersCOMMENT
LOWsrc/V3Sched.cpp1069 // Step 13: Create the 'obs' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1072 // Step 14: Create the 'react' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1076 // Step 15: Create the 'postponed' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1079 // Step 16: Populate the eval entry point function of each region of a time stepCOMMENT
LOWsrc/V3Sched.cpp1082 // Step 17: Add neccessary evaluation before awaitsCOMMENT
LOWsrc/V3Sched.cpp843 // Step 1: Create every entry point called from the run-time eval loopCOMMENT
LOWsrc/V3Sched.cpp920 // Step 8: Replicate combinational logicCOMMENT
LOWsrc/V3Sched.cpp975 // Step 11: Create the 'act' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1053 // Step 12: Create the 'nba' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1119 // Step 18: Clean upCOMMENT
Structural Annotation Overuse18 hits · 30 pts
SeverityFileLineSnippetContext
LOWsrc/V3Sched.cpp858 // Step 2: Prepare external domains for timing and virtual interfacesCOMMENT
LOWsrc/V3Sched.cpp864 // Step 3: Gather and classify all logic in the designCOMMENT
LOWsrc/V3Sched.cpp874 // Step 4: Schedule static, initial and final logic classes in source orderCOMMENT
LOWsrc/V3Sched.cpp884 // Step 5: Break combinational cycles by introducing hybrid logicCOMMENT
LOWsrc/V3Sched.cpp900 // Step 6: Create 'settle' region that restores the combinational invariantCOMMENT
LOWsrc/V3Sched.cpp904 // Step 7: Partition the clocked and combinational (including hybrid) logic into pre/act/nba.COMMENT
LOWsrc/V3Sched.cpp931 // Step 9: Create the input combinational logicCOMMENT
LOWsrc/V3Sched.cpp935 // Step 10: Create the triggersCOMMENT
LOWsrc/V3Sched.cpp1069 // Step 13: Create the 'obs' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1072 // Step 14: Create the 'react' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1076 // Step 15: Create the 'postponed' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1079 // Step 16: Populate the eval entry point function of each region of a time stepCOMMENT
LOWsrc/V3Sched.cpp1082 // Step 17: Add neccessary evaluation before awaitsCOMMENT
LOWsrc/V3Sched.cpp843 // Step 1: Create every entry point called from the run-time eval loopCOMMENT
LOWsrc/V3Sched.cpp920 // Step 8: Replicate combinational logicCOMMENT
LOWsrc/V3Sched.cpp975 // Step 11: Create the 'act' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1053 // Step 12: Create the 'nba' region evaluation functionCOMMENT
LOWsrc/V3Sched.cpp1119 // Step 18: Clean upCOMMENT
Self-Referential Comments6 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMci/ci-rtlmeter-report.bash94# Create the PR notificationCOMMENT
MEDIUMci/ci-coverage-report.bash37# Create the report. For a pull request, report patch coverage against theCOMMENT
MEDIUMci/ci-coverage-report.bash69# Create the PR notificationCOMMENT
MEDIUMtest_regress/t/trace_two_common.py67 # Create the ALL.cpp for 'b'COMMENT
MEDIUM.github/workflows/coverage.yml140 # Create the report artifact. Note there is no report if the patch is empty.COMMENT
MEDIUM.github/workflows/rtlmeter.yml368 # Create the report artifactCOMMENT
AI Slop Vocabulary6 hits · 15 pts
SeverityFileLineSnippetContext
LOWci/ci-rtlmeter-report.py90 # for wall clock and CPU time, ignore small values that just add noiseCOMMENT
LOWci/ci-rtlmeter-cases.py214 # Filter out hello tests on pull requests, these just add measurement noiseCOMMENT
MEDIUMsrc/V3ExecGraph.cpp418 // To support scheduling tasks that utilize more than one thread, we introduce a wideCOMMENT
MEDIUMsrc/V3EmitCBase.cpp196 // This isn't very robust and may need cleanup for other data typesCOMMENT
MEDIUMsrc/V3Ast.h451 // VNType is 2 bytes, so we can stick another 6 bytes after it to utilize what wouldCOMMENT
MEDIUMsrc/V3EmitCModel.cpp359 // This isn't very robust and may need cleanup for other data typesCOMMENT
Cross-Language Confusion3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHtest_regress/driver.py225 out = VtOs.run_capture('(z3 --help || cvc5 --help || cvc4 --help) 2>/dev/null',CODE
HIGHtest_regress/driver.py797 self.pli_flags += ["-Wl,-undefined,dynamic_lookup"]CODE
HIGHtest_regress/t/t_flag_main_vpi_multi.py31pli2_cmd += (["-Wl,-undefined,dynamic_lookup"] if platform.system() == 'Darwin' else ["-rdynamic"])CODE
Redundant / Tautological Comments4 hits · 6 pts
SeverityFileLineSnippetContext
LOWnodist/fastcov.py529 # Check if branch coverage should be deleted based on CLI optionsCOMMENT
LOWci/ci-rtlmeter-report.py122# Print resultsCOMMENT
LOWci/ci-pages.bash266# Set output to all affected unique PR run IDs (comma separated, no trailing comma)COMMENT
LOWci/docker/run/verilator-wrap.sh17# Check if user set an obj_dirCOMMENT
TODO Padding3 hits · 4 pts
SeverityFileLineSnippetContext
LOWinclude/fstcpp/fstcpp_assertion.h115// TODO: implement MSVC versionCOMMENT
LOWinclude/fstcpp/fstcpp_stream_write_helper.h41// TODO: implement MSVC versionCOMMENT
LOWinclude/fstcpp/fstcpp_variable_info.h34// TODO: implement MSVC versionCOMMENT
Hyper-Verbose Identifiers4 hits · 4 pts
SeverityFileLineSnippetContext
LOWtest_regress/driver.py1749 def get_default_vltmt_threads(self) -> int:CODE
LOWtest_regress/driver.py1790 def wno_unopthreads_for_few_cores(self) -> str:CODE
LOWtest_regress/t/coverage_covergroup_common.py12def covergroup_coverage_report(test, outfile=None):CODE
LOWtest_regress/t/randomize_uniform_common.py19def jensen_shannon_divergence_pct(observed_counts, solutions):CODE
Slop Phrases3 hits · 4 pts
SeverityFileLineSnippetContext
LOWtest_regress/t/t_a2_first_sc.py11# after building so we make sure to run with --gdbbt, so if it dumps we'llCOMMENT
LOWtest_regress/t/t_a1_first_cc.py11# after building so we make sure to run with --gdbbt, so if it dumps we'llCOMMENT
LOWsrc/V3SplitVar.cpp787 UASSERT(m_refs.empty(), "Don't forget to call split()");CODE
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtest_regress/t/t_vpi_var.cpp1764 {"text", "Verilog Test module", "lorem ipsum"},CODE
LOWtest_regress/t/t_vpi_force.cpp301 {.str = "lorem ipsum"},CODE
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippetContext
LOWdocs/guide/conf.py33 except Exception: # pylint: disable=broad-exceptCODE
AI Structural Patterns1 hit · 0 pts
SeverityFileLineSnippetContext
LOWtest_regress/driver.py1895CODE