Skip to content

Commit

Permalink
got refractoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Oct 18, 2023
1 parent 4d2715e commit 7fd68af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/scala/naxriscv/platform/litex/NaxSoc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,10 @@ class NaxSoc(c : NaxSocConfig) extends Component{
def self = this

new MemoryConnection {
override def m = toAxiLite4.down
override def s = self
override def up = toAxiLite4.down
override def down = self
override def transformers = List(OffsetTransformer(region.mapping.lowerBound))
override def mapping = region.mapping
override def sToM(downs: MemoryTransfers, args: MappedNode) = downs
populate()
}

Expand Down

0 comments on commit 7fd68af

Please sign in to comment.