-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use open_component instead of open_project
Create HLS components from the auto-generated Tcl script instead of just open_project/open_solution flow. Without the use of open_project -ide vitis or open_component, you create "see" the corresponding HLS component in the Vitis Unified IDE (and therefore can't use the set of support tools within Vitis IDE).
- Loading branch information
Mark Pettigrew
committed
Nov 25, 2024
1 parent
1fc270f
commit 662cc58
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ main.pdf | |
|
||
# hls projects | ||
**/*.proj/ | ||
**/*.comp/ | ||
|
||
# ignore any python virtual environments | ||
**/.venv/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters