1
0

junctions: refactor the Crossing type

This commit is contained in:
Wesley W. Terpstra
2016-09-13 15:34:56 -07:00
parent ecdfb528c5
commit 8142406d2e
2 changed files with 16 additions and 10 deletions

View File

@ -121,5 +121,5 @@ class AsyncMailbox extends BlackBox {
// this mailbox just has a fixed width of 64 bits, which is enough
// for our specific purpose here.
val io = new Crossing(UInt(width=64))
val io = new CrossingIO(UInt(width=64))
}