Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Latest commit

 

History

History
49 lines (33 loc) · 1.19 KB

File metadata and controls

49 lines (33 loc) · 1.19 KB

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