Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Provide full namespace in -usage
  • Loading branch information
cezdro committed Jul 10, 2025
commit 08b0596f15a4b7f71b2527973efe82ca15025150
6 changes: 3 additions & 3 deletions tclapp/aldec/alint/convert_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ proc ::tclapp::aldec::alint::convert_project {args} {
# Categories: xilinxtclstore, aldec, alint, convert

set usage [format {
Usage: convert_project
Usage: aldec::alint::convert_project
alint_path - Path where ALINT-PRO is located
[-gui] - Start ALINT-PRO in GUI mode and don't exit after converting
[-usage] - This help message

Description: Convert Vivado project to ALINT-PRO
Example:
convert_project ~/ALINT-PRO
convert_project -gui ~/ALINT-PRO
aldec::alint::convert_project ~/ALINT-PRO
aldec::alint::convert_project -gui ~/ALINT-PRO
}]

set gui false
Expand Down