apio raw

Usage

apio raw '[CMD]'
apio raw "[CMD]"

Description

Execute commands using Apio packages.

Argument

cmd

Command to be executed using installed Apio packages.

Examples

  1. Run yosys (package installed with Apio)
$ apio raw 'yosys'
  1. Generate a verilog diagram with yosys
$ apio raw 'yosys -p "read_verilog leds.v; show" -q'
../../../_images/yosys-show.png