apio sim [OPTIONS]Launch the verilog simulation using GTKWave from a verilog test bench
Note
GTKWave must be installed
| Platform | Command |
|---|---|
| Debian/Ubuntu | apt install gtkwave |
| Mac OSX | brew install gtkwave |
| Windows | apio install gtkwave |
| Flag | Long Flag | Description |
|---|---|---|
-p |
--project-dir |
Set the target directory for the project. |
-t |
--testbench |
Specify the testbench file to simulate |
apio sim
