Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions tclapp/aldec/alint/doc/convert_project
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@

Description:
Convert a Vivado project to an ALINT-PRO format directly from Vivado IDE.

The ALINT-PRO project files are saved in the same location as the currently
opened Vivado project. To run ALINT-PRO conversion, please ensure that the
ALINT-PRO software and required licenses are available.

Optionally, ALINT-PRO can be started in GUI mode with the converted project
using the -gui flag.

Examples:

Convert the project by running ALINT-PRO in the batch mode and exiting:
::aldec::alint::convert_project <alint_path>
Convert the project by running ALINT-PRO in the batch mode and exiting:
::aldec::alint::convert_project <alint_path>

Convert the project by running ALINT-PRO in the GUI mode:
::aldec::alint::convert_project -gui <alint_path>
Convert the project by running ALINT-PRO in the GUI mode:
::aldec::alint::convert_project -gui <alint_path>