-
Notifications
You must be signed in to change notification settings - Fork 139
Apio Graph
Juan Gonzalez-Gomez edited this page Apr 2, 2024
·
3 revisions
apio graph [OPTIONS]
Generate a visual graph of the verilog code
Flag | Long Flag | Description |
---|---|---|
-v |
--verbose |
Show the entire output of the command |
-p |
--project-dir |
Set the target directory for the project |
--top-module |
Set the top level module (w/o .v ending) to graph |
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
Graph the project:
apio graph
These are the new files created. The hardware.svg
file contains the graph in SVG format
$ ls
apio.ini hardware.svg ledon_tb.gtkw ledon.v
hardware.dot info ledon_tb.v pinout.pcf
- 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)