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
6f9d34f8
Commit
6f9d34f8
authored
Jul 20, 2016
by
Jens Korinth
Browse files
FifoAxiAdapter: Remove read channel
parent
fe9d7b90
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/FifoAxiAdapter.scala
View file @
6f9d34f8
...
...
@@ -48,18 +48,6 @@ class FifoAxiAdapter(addrWidth: Int,
io
.
maxi
.
writeResp
.
ready
:=
Bool
(
true
)
io
.
maxi
.
readData
.
ready
:=
Bool
(
false
)
io
.
maxi
.
readAddr
.
valid
:=
Bool
(
false
)
io
.
maxi
.
readAddr
.
bits
.
addr
:=
UInt
(
2
)
// one word (4 byte)
io
.
maxi
.
readAddr
.
bits
.
size
:=
UInt
(
0
)
// one word
io
.
maxi
.
readAddr
.
bits
.
len
:=
UInt
(
0
)
// single word len
io
.
maxi
.
readAddr
.
bits
.
burst
:=
UInt
(
0
)
// no burst
io
.
maxi
.
readAddr
.
bits
.
id
:=
UInt
(
0
)
// id=0
io
.
maxi
.
readAddr
.
bits
.
lock
:=
UInt
(
0
)
// no lock
io
.
maxi
.
readAddr
.
bits
.
cache
:=
UInt
(
2
)
// no cache, modifiable
io
.
maxi
.
readAddr
.
bits
.
prot
:=
UInt
(
0
)
// no prot
io
.
maxi
.
readAddr
.
bits
.
qos
:=
UInt
(
0
)
// no qos
io
.
inq
.
ready
:=
addr_hs
&&
data_hs
&&
resp_hs
when
(
reset
)
{
...
...
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