hadou

Crates.iohadou
lib.rshadou
version0.2.5
created_at2025-10-09 18:02:31.62639+00
updated_at2025-10-10 04:54:58.341541+00
descriptionA TUI frontend for Icarus Verilog with Waveform viewing
homepagehttps://github.com/Vaishnav-Sabari-Girish/Hadou
repositoryhttps://github.com/Vaishnav-Sabari-Girish/Hadou
max_upload_size
id1876012
size104,869
Vaishnav-sabari-girish (Vaishnav-Sabari-Girish)

documentation

README

Hadou

Hadou is a TUI for iverilog, providing options to Create projects, edit projects and view waveforms

Installation

Dependencies

  1. just = A command runner similar to make
  2. iverilog = Icarus Verilog
  3. dwfv = A TUI waveform fiewer for .vcd files.

Installing

From crates.io

cargo install hadou

From source

git clone https://github.com/Vaishnav-Sabari-Girish/Hadou
cd Hadou/
cargo run --release

crates.io release expected soon.

Features

  1. Create New projects
    • Write verilog code
    • Compile it and generate .vcd file
  2. Edit projects
  3. View waveform from .vcd files
Commit count: 0

cargo fmt