Apio Sim - FPGAwars/apio GitHub Wiki

Contents

Usage

apio sim [OPTIONS]

Description

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

Options

Flag Long Flag Description
-p --project-dir Set the target directory for the project.
-t --testbench Specify the testbench file to simulate

Examples

1. Simulate the leds example

apio sim