Skip to content

Commit

Permalink
improve NaxSoc timings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Nov 14, 2023
1 parent d07064a commit ec3ee4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/naxriscv/platform/litex/NaxSoc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class NaxSoc(c : NaxSocConfig) extends Component{
cache.parameter.cacheBytes = l2Bytes
cache.up << memFilter.down
cache.up.setUpConnection(a = StreamPipe.FULL, c = StreamPipe.FULL, d = StreamPipe.FULL)
cache.down.setDownConnection(d = StreamPipe.S2M)
cache.down.forceDataWidth(mainDataWidth)
nonCoherent = cache.down
}
Expand Down

0 comments on commit ec3ee4d

Please sign in to comment.