Skip to content
Juan Gonzalez-Gomez edited this page Apr 1, 2024 · 2 revisions

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


Clone this wiki locally