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
a04c817a
Commit
a04c817a
authored
May 04, 2018
by
Tim Stadtmüller
Committed by
Jaco Hofmann
Feb 05, 2019
Browse files
Feature Implementation changed
parent
3502289b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/jobs/JobExamples.scala
View file @
a04c817a
...
...
@@ -40,7 +40,7 @@ object JobExamples {
"Vivado"
,
Some
(
Seq
(
"axi4mm"
)),
Some
(
Seq
(
"pynq"
,
"zedboard"
)),
Some
(
Seq
(
Feature
(
"LED"
,
Map
(
"enabled"
->
"true"
)))),
Some
(
Seq
(
Feature
(
"LED"
,
Feature
.
FMap
(
Map
(
"enabled"
->
Feature
.
FString
(
"true"
))))
))
,
Some
(
"r"
))
val
coreStatisticsJob
=
CoreStatisticsJob
(
Some
(
"somePrefix_"
),
Some
(
Seq
(
"axi4mm"
)),
...
...
@@ -53,7 +53,7 @@ object JobExamples {
Some
(
Paths
.
get
(
"nonstandard/base/path"
)),
Some
(
Seq
(
"axi4mm"
)),
Some
(
Seq
(
"pynq"
,
"vc709"
)),
Some
(
Seq
(
Feature
(
"LED"
,
Map
(
"enabled"
->
"true"
)))),
Some
(
Seq
(
Feature
(
"LED"
,
Feature
.
FMap
(
Map
(
"enabled"
->
Feature
.
FString
(
"true"
))))
))
,
Some
(
"r"
))
val
hlsJob
=
HighLevelSynthesisJob
(
"VivadoHLS"
,
Some
(
Seq
(
"axi4mm"
)),
...
...
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