Metadata-Version: 2.4
Name: hardwareintelligence
Version: 0.1.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Summary: See waveforms, find failures, fix RTL bugs from the terminal.
Keywords: eda,rtl,verilog,waveform,vcd,fst,verification,debugger
Author-email: Athreya Anand <athreya@hardwareintelligence.ai>, Rishov Sarkar <rishov@hardwareintelligence.ai>
License: Proprietary — see the EULA distributed with the software
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://docs.hardwareintelligence.ai
Project-URL: Homepage, https://hardwareintelligence.ai

# hi, the terminal-native AI chip debugger

`hi` is a terminal application (TUI + CLI) for debugging and verifying RTL
with waveforms and an embedded AI agent, built for the way verification
engineers already work: vim + tmux + SSH into a compute farm. It reads VCD,
FST, and GHW waveforms (FSDB via your EDA installation).

- Land *at* the failure: `hi triage` seeds the time, signals, and clock
  from the failing log.
- Debug as a grammar: jump to an edge, to whoever drove it, to the first
  cycle where a fixed run diverges from the broken one.
- Every claim, human's or agent's, is a receipted, re-executable query
  anchored to a cycle, a signal, a log line, and a source line.

## Install

```sh
pip install hardwareintelligence
```

This installs the `hi` binary.

## Documentation

The user guide and full command reference live at
[docs.hardwareintelligence.ai](https://docs.hardwareintelligence.ai)
(password-protected).

## License

`hi` is commercial software; product features require a license. For more
information, visit [hardwareintelligence.ai](https://hardwareintelligence.ai).

