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
74d116c0
Commit
74d116c0
authored
Jul 14, 2016
by
Jens Korinth
Browse files
Add example AxiFifoAdapter IP-XACT core for BFM tests
parent
fa52f452
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/ModuleBuilder.scala
View file @
74d116c0
...
...
@@ -36,7 +36,7 @@ object ModuleBuilder {
root
=
Paths
.
get
(
"."
).
toAbsolutePath
.
resolve
(
"ip"
).
resolve
(
"FifoAxiAdapterTest1"
).
toString
)
),
(
// generic adapter module
(
// generic adapter module
FIFO -> AXI
()
=>
Module
(
new
FifoAxiAdapter
(
addrWidth
=
32
,
dataWidth
=
64
,
idWidth
=
1
,
...
...
@@ -48,6 +48,19 @@ object ModuleBuilder {
version
=
"0.1"
,
root
=
Paths
.
get
(
"."
).
toAbsolutePath
.
resolve
(
"ip"
).
resolve
(
"FifoAxiAdapter"
).
toString
)
),
(
// generic adapter module AXI -> FIFO
()
=>
Module
(
new
AxiFifoAdapter
(
fifoDepth
=
4
,
addrWidth
=
32
,
dataWidth
=
32
,
idWidth
=
1
)),
CoreDefinition
(
name
=
"AxiFifoAdapter"
,
vendor
=
"esa.cs.tu-darmstadt.de"
,
library
=
"chisel"
,
version
=
"0.1"
,
root
=
Paths
.
get
(
"."
).
toAbsolutePath
.
resolve
(
"ip"
).
resolve
(
"AxiFifoAdapter"
).
toString
)
)
)
...
...
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