-
Notifications
You must be signed in to change notification settings - Fork 137
Apio Test
Juan Gonzalez-Gomez edited this page Apr 2, 2024
·
3 revisions
apio test [OPTIONS]
Launch the verilog testbench testing. All the testbenches are executed by default (it can be changed by means of the --testbench
option)
Flag | Long Flag | Description |
---|---|---|
-p |
--project-dir |
Set the target directory for the project. |
-t |
--testbench |
Test only this test bench file |
Before executing the command, these are the files in the current directory:
$ ls
apio.ini info ledon_tb.gtkw ledon_tb.v ledon.v pinout.pcf
Simulate the project:
apio test
These are the new files created:
$ ls
apio.ini ledon_tb.gtkw ledon_tb.v ledon.v
info ledon_tb.out ledon_tb.vcd pinout.pcf
The .vcd
files are created, but they are NOT automatically opened with GTKWAVE (apio sim
does run gtkwave if installed)
- Project structure
- Project configuration file (apio.ini)
- apio
- Project Commands:
- Setup commands:
- Utility Commands:
- Downloading the Blinky example
- The apio-examples package: Adding examples
-
Apio packages
- Tools-oss-cad-suite
- Apio examples
- Tools-drivers (Windows)
- Gtkwave (Windows)