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
0b823caa
Commit
0b823caa
authored
Jan 17, 2018
by
Jens Korinth
Browse files
Implement stages and HLS
parent
8e810c8c
Pipeline
#98
failed with stages
in 7 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0b823caa
...
...
@@ -21,35 +21,71 @@ before_script:
# Log the sbt version and TaPaSCo version
-
sbt sbtVersion version
stages
:
-
toolchain-test
-
hls
-
compose
-
dse
scala-test
:
stage
:
toolchain-test
script
:
# Execute your project's tests
-
source setup.sh
-
sbt clean test
.vivado-template
:
&vivado-definition
.hls-template
:
&hls-definition
stage
:
hls
script
:
-
source setup.sh
-
source /opt/cad/xilinx/vivado/Vivado/$VIVADO_VERSION/settings64.sh
-
sbt assembly
-
tapasco hls arraysum, arrayupdate
hls-2017.4
:
variables
:
VIVADO_VERSION
:
"
2017.4"
<<
:
*hls-definition
hls-2017.3
:
variables
:
VIVADO_VERSION
:
"
2017.3"
<<
:
*hls-definition
hls-2017.2
:
variables
:
VIVADO_VERSION
:
"
2017.2"
<<
:
*hls-definition
hls-2017.1
:
variables
:
VIVADO_VERSION
:
"
2017.1"
<<
:
*hls-definition
.compose-template
:
&compose-definition
stage
:
compose
script
:
-
source setup.sh
-
source /opt/cad/xilinx/vivado/Vivado/$VIVADO_VERSION/settings64.sh
-
sbt assembly
-
tapasco
-v
compose [arraysum x 1, arrayupdate x
1, precision_counter x
1] @ 100 MHz
-
tapasco compose [arraysum x 1, arrayupdate x 1] @ 100 MHz
vivado
-2017.4
:
compose
-2017.4
:
variables
:
VIVADO_VERSION
:
"
2017.4"
<<
:
*
vivado
-definition
<<
:
*
compose
-definition
vivado
-2017.3
:
compose
-2017.3
:
variables
:
VIVADO_VERSION
:
"
2017.3"
<<
:
*
vivado
-definition
<<
:
*
compose
-definition
vivado
-2017.2
:
compose
-2017.2
:
variables
:
VIVADO_VERSION
:
"
2017.2"
<<
:
*
vivado
-definition
<<
:
*
compose
-definition
vivado
-2017.1
:
compose
-2017.1
:
variables
:
VIVADO_VERSION
:
"
2017.1"
<<
:
*
vivado
-definition
<<
:
*
compose
-definition
Jens Korinth
@jk
mentioned in commit
dcc6c418
·
Jan 25, 2018
mentioned in commit
dcc6c418
mentioned in commit dcc6c41810f14ca7a878a4b58fc8a6542d7f3535
Toggle commit list
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
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