Skip to content
GitLab
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
18a5d95e
Commit
18a5d95e
authored
Jul 14, 2016
by
Jens Korinth
Browse files
AxiFifoAdapter: bugfix in burst length
parent
74d116c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/AxiFifoAdapter.scala
View file @
18a5d95e
...
...
@@ -55,7 +55,7 @@ class AxiFifoAdapter(
io
.
maxi
.
readAddr
.
valid
:=
maxi_ravalid
io
.
maxi
.
readAddr
.
bits
.
size
:=
UInt
(
log2Up
(
dataWidth
/
8
-
1
))
io
.
maxi
.
readAddr
.
bits
.
len
:=
UInt
(
fifoDepth
)
io
.
maxi
.
readAddr
.
bits
.
len
:=
UInt
(
fifoDepth
-
1
)
io
.
maxi
.
readAddr
.
bits
.
burst
:=
UInt
(
"b01"
)
// INCR
io
.
maxi
.
readAddr
.
bits
.
id
:=
UInt
(
0
)
io
.
maxi
.
readAddr
.
bits
.
lock
:=
UInt
(
0
)
...
...
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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