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
dad7a067
Commit
dad7a067
authored
Jan 03, 2018
by
Jens Korinth
Browse files
Pull chisel-axi updates
Merge commit '
a9f329c5
'
parents
b98b7616
a9f329c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
axi/build.sbt
View file @
dad7a067
...
...
@@ -4,7 +4,7 @@ organization := "esa.cs.tu-darmstadt.de"
version
:=
"0.4-SNAPSHOT"
scalaVersion
:=
"2.11.1
1
"
scalaVersion
:=
"2.11.1
2
"
resolvers
++=
Seq
(
Resolver
.
sonatypeRepo
(
"snapshots"
),
...
...
axi/src/test/scala/axi4lite/RegisterFileSpec.scala
View file @
dad7a067
...
...
@@ -30,6 +30,10 @@ class RegFileTest(val size: Int, val off: Int, regs: Map[Long, ControlRegister],
val
wresp
=
Irrevocable
(
new
chisel
.
axi
.
Axi4Lite
.
WriteResponse
)
val
finished
=
Output
(
Bool
())
})
m
.
io
.
start
:=
0.
U
m
.
io
.
restart
:=
0.
U
m
.
io
.
out
.
ready
:=
true
.
B
m
.
io
.
w_resp
.
ready
:=
true
.
B
m
.
io
.
maxi
<>
saxi
.
io
.
saxi
io
.
finished
:=
m
.
io
.
finished
io
.
wresp
<>
saxi
.
io
.
saxi
.
writeResp
...
...
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