Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tapasco
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
52
Issues
52
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tapasco
tapasco
Commits
bbbfc97c
Commit
bbbfc97c
authored
Nov 13, 2019
by
Carsten Heinz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version specifiers
parent
4d1e6666
Pipeline
#1648
passed with stages
in 211 minutes and 24 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
21 deletions
+21
-21
README.md
README.md
+19
-19
runtime/CMakeLists.txt
runtime/CMakeLists.txt
+1
-1
toolflow/vivado/common/common.tcl
toolflow/vivado/common/common.tcl
+1
-1
No files found.
README.md
View file @
bbbfc97c
This diff is collapsed.
Click to expand it.
runtime/CMakeLists.txt
View file @
bbbfc97c
...
...
@@ -6,7 +6,7 @@ SET(CPACK_GENERATOR "RPM" "DEB" "TGZ" "ZIP" "STGZ" "TBZ2")
SET
(
CPACK_PACKAGE_CONTACT
"tapasco@esa.tu-darmstadt.de"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 2019
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
6
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
10
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 0
)
INCLUDE
(
CPack
)
...
...
toolflow/vivado/common/common.tcl
View file @
bbbfc97c
...
...
@@ -108,7 +108,7 @@ namespace eval tapasco {
# Returns the Tapasco version.
proc get_tapasco_version
{}
{
return
"2019.
6
"
return
"2019.
10
"
}
# Returns the interface pin groups for all AXI MM interfaces on cell.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment