vyges init

Usage

vyges init [OPTIONS] [NAME]

Options

Option Description Default
-i, --interactive Interactive setup mode false
-t, --template <TEMPLATE> Template to use false
--target <TARGET> Target platform [default: asic] [possible values: asic, fpga, both] false
--design-type <DESIGN_TYPE> Design type [default: digital] [possible values: digital, analog, mixed-signal] false
--license <LICENSE> License false
--non-interactive Skip all prompts and use defaults false
--fix-remote Fix Git remote (remove template remote and add new remote) false
-v, --verbose Enable verbose output false
--config <CONFIG> Configuration file path false
-h, --help Print help false
-h, --help Print help information -

Examples

Basic initialization

vyges init

Interactive initialization

vyges init --interactive

Using a specific template

vyges init --template uart-controller

Category

Core Commands