Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
FMC ADC 100M 14b 4cha
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
FMC ADC 100M 14b 4cha
Commits
0070c2e0
Commit
0070c2e0
authored
Dec 08, 2022
by
Dimitris Lampridis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bld: make it possible to automatically publish bitstreams to EOS upon release
parent
23540c37
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
.gitlab-ci.yml
hdl/syn/.gitlab-ci.yml
+7
-5
No files found.
hdl/syn/.gitlab-ci.yml
View file @
0070c2e0
...
...
@@ -2,6 +2,9 @@
#
# SPDX-License-Identifier: LGPL-2.1-or-later
variables
:
_FMC_ADC_BITSTREAM_DEST
:
$CI_PROJECT_DIR/$EDL_CI_EOS_OUTPUT_DIR/bitstreams
.syn_template
:
&syn_template
interruptible
:
true
stage
:
build
...
...
@@ -20,14 +23,13 @@
echo -e "\e[31mTiming errors detected in PAR report. Aborting...\e[0m"
exit 1
fi
-
tar -cJf $SYN_NAME.tar.xz *.syr *.par *.twr *.bit *.bin
-
mkdir -p $_FMC_ADC_BITSTREAM_DEST
-
cp $SYN_NAME.tar.xz $_FMC_ADC_BITSTREAM_DEST
artifacts
:
name
:
"
$SYN_NAME-synthesis-$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
paths
:
-
hdl/syn/$SYN_NAME/*.syr
-
hdl/syn/$SYN_NAME/*.par
-
hdl/syn/$SYN_NAME/*.twr
-
hdl/syn/$SYN_NAME/*.bit
-
hdl/syn/$SYN_NAME/*.bin
-
$_FMC_ADC_BITSTREAM_DEST/*
SPEC45T synthesis
:
variables
:
...
...
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