Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Set logging level (debug, info, warn, error) | info |
| VERILATOR_PATH | No | Override Verilator installation path |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verilator_compile | Compile Verilog/SystemVerilog design files to C++ using Verilator |
| verilator_simulate | Run RTL simulation with automatic testbench generation if needed |
| verilator_testbenchgenerator | Generate intelligent testbenches for Verilog/SystemVerilog modules with automatic stimulus generation |
| verilator_naturallanguage | Process natural language queries about RTL simulation, debugging, and analysis |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |