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
2f79ee81
Unverified
Commit
2f79ee81
authored
May 17, 2022
by
Johannes Wirth
Committed by
GitHub
May 17, 2022
Browse files
Merge pull request #325 from esa-tu-darmstadt/feature/bittware-non-es
Split Bittware XUP-VVH into ES and standard version
parents
f0a088dc
c66a2c0a
Pipeline
#2585
passed with stages
in 355 minutes and 57 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2f79ee81
...
...
@@ -538,6 +538,11 @@ tapasco_compose_xupvvh:
PLATFORM
:
"
xupvvh"
extends
:
.tapasco_compose_no_synth
tapasco_compose_xupvvh-es
:
variables
:
PLATFORM
:
"
xupvvh-es"
extends
:
.tapasco_compose_no_synth
tapasco_compose_zc706
:
variables
:
PLATFORM
:
"
zc706"
...
...
toolflow/vivado/platform/xupvvh-es/platform.json
0 → 100644
View file @
2f79ee81
{
"Name"
:
"xupvvh-es"
,
"Description"
:
"Xilinx UltraScale+ 3/4-Length PCIe Board by Bittware"
,
"TclLibrary"
:
"xupvvh.tcl"
,
"Part"
:
"xcvu37p-fsvh2892-2-e-es1"
,
"TargetUtilization"
:
90
,
"Benchmark"
:
"xupvvh.benchmark"
,
"HostFrequency"
:
250.0
,
"MemFrequency"
:
300.0
}
toolflow/vivado/platform/xupvvh-es/xupvvh.tcl
0 → 120000
View file @
2f79ee81
../xupvvh/xupvvh.tcl
\ No newline at end of file
toolflow/vivado/platform/xupvvh/platform.json
View file @
2f79ee81
...
...
@@ -2,7 +2,7 @@
"Name"
:
"xupvvh"
,
"Description"
:
"Xilinx UltraScale+ 3/4-Length PCIe Board by Bittware"
,
"TclLibrary"
:
"xupvvh.tcl"
,
"Part"
:
"xcvu37p-fsvh2892-2-e
-es1
"
,
"Part"
:
"xcvu37p-fsvh2892-2-e"
,
"TargetUtilization"
:
90
,
"Benchmark"
:
"xupvvh.benchmark"
,
"HostFrequency"
:
250.0
,
...
...
Write
Preview
Supports
Markdown
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