Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
279fb16c
Commit
279fb16c
authored
May 31, 2019
by
Carsten Heinz
Browse files
Support Vivado 2019.1
Closes
#70
parent
3c934e05
Pipeline
#1281
passed with stages
in 112 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
279fb16c
...
...
@@ -503,6 +503,11 @@ tapasco_compose_18_3:
VIVADO_VERSION
:
"
2018.3"
extends
:
.tapasco_compose
tapasco_compose_19_1
:
variables
:
VIVADO_VERSION
:
"
2019.1"
extends
:
.tapasco_compose
tapasco_compose_pcie
:
variables
:
VIVADO_VERSION
:
"
2018.3"
...
...
common/common_2019.1.tcl
0 → 100644
View file @
279fb16c
# create a dictionary of compatible VLNVs
source $::env
(
TAPASCO_HOME
)
/common/common_ip.tcl
dict set stdcomps system_ila vlnv
"xilinx.com:ip:system_ila:1.1"
dict set stdcomps axi_pcie3_0_usp vlnv
"xilinx.com:ip:xdma:4.1"
dict set stdcomps clk_wiz vlnv
"xilinx.com:ip:clk_wiz:6.0"
dict set stdcomps mig_core vlnv
"xilinx.com:ip:mig_7series:4.2"
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