Skip to main content

SigmanticAI — AI-powered hardware verification from the command line

Project description

SigmanticAI

AI-powered hardware verification from the command line.

SigmanticAI generates complete chip verification environments — UVM testbenches, SystemVerilog assertions, coverage models, and RTL — from natural language descriptions. The AI agent runs in the cloud; all tool calls (read, write, compile, simulate) execute locally on your machine via a lightweight WebSocket client.

Installation

pip install sigmanticai

Requires Python 3.10+.

sigmanticai: command not found? Your Python scripts directory may not be on PATH. Try python3 -m sigmanticai as a workaround, or add the path shown in pip's install output to your shell profile:

  • macOS/Linux: export PATH="$HOME/.local/bin:$PATH" (add to ~/.zshrc or ~/.bashrc)
  • Windows: Add %APPDATA%\Python\PythonXX\Scripts to your system PATH

Quick Start

# Sign in (opens browser)
sigmanticai login

# Interactive mode — chat with the AI agent
sigmanticai

# One-shot generation
sigmanticai generate "Build a UVM testbench for a 32-bit AXI4 FIFO"

# Check your account
sigmanticai whoami
sigmanticai status

What It Does

  • Generate verification environments — UVM testbenches, scoreboards, coverage, and assertions from a single prompt
  • Design RTL modules — counters, FIFOs, arbiters, interfaces, and more
  • Edit existing code — point the agent at your codebase and ask for changes
  • Run compilation & simulation — Verilator, Questa, VCS, Xcelium, and other EDA tools (configurable via /tool)
  • Iterative debugging — the agent automatically fixes compilation errors and re-runs until tests pass
  • Multi-vendor EDA support — configure your toolchain once, agents use the right commands everywhere

How It Works

  1. You type a prompt in the CLI
  2. Your project context (directory tree, tool config, cache) is sent to a cloud worker
  3. The AI agent reasons and plans in the cloud
  4. Tool calls (file reads, writes, compilation, simulation) execute locally on your machine
  5. Results stream back to the agent for the next reasoning step

Your EDA tools and source files stay on your machine. The cloud handles LLM inference only.

Commands

Command Description
sigmanticai Interactive REPL (main mode)
sigmanticai login Sign in via browser
sigmanticai login --email <e> --password <p> Headless login (CI/scripts)
sigmanticai logout Clear stored credentials
sigmanticai whoami Show current user
sigmanticai status Show plan, quota, account info
sigmanticai jobs List recent generation jobs
sigmanticai generate "<prompt>" One-shot generation

Interactive Commands

Inside the REPL:

Command Description
/tool Configure EDA tools (simulator, lint, coverage, formal)
/tool reset Reset tools to defaults (Verilator)
/tool preset <vendor> Apply vendor preset (synopsys, cadence, siemens, open_source)
/upload <path> Push a specific file or directory to the server
/help Show available commands
exit / quit / q End session

EDA Tool Support

SigmanticAI supports multiple EDA vendors out of the box:

Category Supported Tools
Lint Verilator, Synopsys SpyGlass, Cadence HAL, Siemens Questa Lint
Simulator Verilator, Synopsys VCS, Cadence Xcelium, Siemens Questa, AMD XSIM
Coverage Synopsys VCS Coverage, Cadence IMC, Siemens Questa Coverage
Formal Synopsys VC Formal, Cadence JasperGold, Siemens Questa Formal

Configure your toolchain with /tool — the agent automatically uses the correct commands, flags, and error patterns for your tools.

Requirements

  • Python 3.10+
  • Internet connection (LLM inference runs in the cloud)
  • A SigmanticAI account — sign up at sigmanticai.com

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sigmanticai-0.1.6.tar.gz (69.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sigmanticai-0.1.6-py3-none-any.whl (76.4 kB view details)

Uploaded Python 3

File details

Details for the file sigmanticai-0.1.6.tar.gz.

File metadata

  • Download URL: sigmanticai-0.1.6.tar.gz
  • Upload date:
  • Size: 69.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for sigmanticai-0.1.6.tar.gz
Algorithm Hash digest
SHA256 39c96d98da3fbbbc476c1136025eac8107e0bb3bc5e091c26e61017820be35c7
MD5 c9bc8c28448cb397ce8ff69d7e3cbd47
BLAKE2b-256 c860edad22ad049522bba35eecdfc3f4e9098f9b31d49da100d03567c67c59b3

See more details on using hashes here.

File details

Details for the file sigmanticai-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: sigmanticai-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 76.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for sigmanticai-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 d4e5b06f1036e0984e52a2128ba0026f6ab8d7e24d9620bf2374417979af0013
MD5 a4ae42bf652ee10d4f6b0d352fe24ba7
BLAKE2b-256 61d3b73a91105208e513b42e2b07c742c3e9fdb6d8fd05e7326e670953592a48

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page