Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vivado-wrapper
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
vivado-wrapper
Commits
42d6a9c3
There was an error fetching the commit references. Please try again later.
Unverified
Commit
42d6a9c3
authored
6 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
project will include C/CXX/ObjC source now!
parent
d228de21
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gen_tcl.sh
+2
-0
2 additions, 0 deletions
gen_tcl.sh
with
2 additions
and
0 deletions
gen_tcl.sh
+
2
−
0
View file @
42d6a9c3
...
...
@@ -33,6 +33,7 @@ if [[ $1 == build ]]; then
# Copyright (C) Recolic Keghart <root@recolic.net>
open_project
${
xpr
}
`
find
${
proj_dir
}
/
*
.srcs
-regex
'^.*\.s?vh?$'
-exec
echo
add_files
\{\}
\;
`
`
find
${
proj_dir
}
/
*
.srcs
-regex
'^.*\.o?cc?p?p?x?x?$'
-exec
echo
add_files
\{\}
\;
`
set_property top
${
top_mod
}
[current_fileset]
reset_run
${
run_name_synth
}
reset_run
${
run_name_impl
}
...
...
@@ -59,6 +60,7 @@ elif [[ $1 == gui ]]; then
proj_dir
=
`
dirname
${
xpr
}
`
echo
"open_project
${
xpr
}
`
find
${
proj_dir
}
/
*
.srcs
-regex
'^.*\.s?vh?$'
-exec
echo
add_files
\{\}
\;
`
`
find
${
proj_dir
}
/
*
.srcs
-regex
'^.*\.o?cc?p?p?x?x?$'
-exec
echo
add_files
\{\}
\;
`
start_gui"
elif
[[
$1
==
init-project
]]
;
then
proj_name
=
"
$2
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment