waveplot
waveplot is a VCD waveform generator for the terminal.
Installation (dev)
- Install the Rust compiler 'rustc' using rustup.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Clone this repo
git clone https://github.com/skudlur/waveplot.git
- Change directory to waveform/src and run the following
cd waveplot/src
cargo run