Skip to content

Commit

Permalink
Merge pull request #20 from ucb-bar/rcbump
Browse files Browse the repository at this point in the history
Bump to latest rocket-chip APIs with standalone diplomacy
  • Loading branch information
jerryz123 committed Mar 12, 2024
2 parents e057d64 + 24bf9a2 commit 0a1aeb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/main/scala/dspblocks/DspBlock.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import freechips.rocketchip.amba.ahb._
import freechips.rocketchip.amba.apb._
import freechips.rocketchip.amba.axi4._
import freechips.rocketchip.amba.axi4stream._
import freechips.rocketchip.diplomacy._
import org.chipsalliance.diplomacy._
import org.chipsalliance.diplomacy.nodes._
import org.chipsalliance.diplomacy.bundlebridge._
import org.chipsalliance.diplomacy.lazymodule._
import freechips.rocketchip.tilelink._

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package freechips.rocketchip.amba

import freechips.rocketchip.diplomacy._
import freechips.rocketchip.diplomacy.{HasClockDomainCrossing}
import org.chipsalliance.diplomacy._
import org.chipsalliance.diplomacy.nodes._
import org.chipsalliance.diplomacy.lazymodule._

package object axi4stream {
type AXI4StreamInwardNode = InwardNodeHandle[
Expand Down

0 comments on commit 0a1aeb3

Please sign in to comment.