Verible
ToolVerible is identified in the RISC-V DV repository documentation as the tool used to check Verilog style. The repository provides a script to install Verible and recommends running Verilog style checks and fixing violations before submitting pull requests.
First seen 5/26/2026
Last seen 8/11/2026
Evidence 15 chunks
Wiki v1
WIKI
Overview
Verible is described in the RISC-V DV repository as the tool used to check Verilog style.[1]
Use in RISC-V DV
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →RELATIONSHIPS
12 connectionsChiGen was used to find and confirm bugs in Verible including crashes.
ChiGen uses Verible's grammar as the basis for its probabilistic context-free grammar.
Verible lints and formats RTL (SystemVerilog) code for the VeeR project.
Antmicro added Verible formatter and linting actions to the VeeR CI.
The Docker image for UnityChipForXiangShan includes Verible as a tool.
The Docker image includes Verible as a bundled tool.
Verible is an open-source Verilog parsing and linting tool that supports Verilog HDL.
ChiBench uses Verible's syntactic analyzer as the first sieve to filter out syntactically invalid Verilog designs.
Verismith was used in bug-finding campaigns on Verible's obfuscator as a baseline comparison to ChiGen.
RISCV-DV uses Verible for Verilog style checking.
TransFuzz was used in bug-finding campaigns on Verible as a baseline comparison to ChiGen.
Verible linting and formatting are integrated into CI workflows for VeeR.
CITATIONS
4 sources4 citations — click to collapse
[2] The RISC-V DV repository provides verilog_style/build-verible.sh as the command to install Verible. chipsalliance/riscv-dv
[3] The RISC-V DV documentation recommends running Verilog style checks and cleaning up style violations before submitting a pull request. chipsalliance/riscv-dv
[4] RISC-V DV is a SystemVerilog/UVM-based open-source instruction generator for RISC-V processor verification and requires an RTL simulator supporting SystemVerilog and UVM 1.2. chipsalliance/riscv-dv