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
41f05e6f
Commit
41f05e6f
authored
Aug 09, 2017
by
Jens Korinth
Browse files
Add features to JobExamples
parent
1f0855b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/jobs/JobExamples.scala
View file @
41f05e6f
...
...
@@ -21,7 +21,7 @@ object JobExamples {
"Vivado"
,
Some
(
Seq
(
"axi4mm"
)),
Some
(
Seq
(
"pynq"
,
"zedboard"
)),
None
,
// FIXME Features missing
Some
(
Seq
(
Feature
(
"LED"
,
Map
(
"enabled"
->
"true"
)))),
Some
(
"r"
))
val
coreStatisticsJob
=
CoreStatisticsJob
(
Some
(
"somePrefix_"
),
Some
(
Seq
(
"axi4mm"
)),
...
...
@@ -34,7 +34,7 @@ object JobExamples {
Some
(
Paths
.
get
(
"nonstandard/base/path"
)),
Some
(
Seq
(
"axi4mm"
)),
Some
(
Seq
(
"pynq"
,
"vc709"
)),
None
,
// FIXME Features missing
Some
(
Seq
(
Feature
(
"LED"
,
Map
(
"enabled"
->
"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