Skip to content

Commit

Permalink
Increase data bus delay for the dynamic pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
martonbognar committed Feb 3, 2023
1 parent 968276b commit 6d8b80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/riscv/Core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ object CoreDynamicSim {

object CoreDynamicExtMem {
def main(args: Array[String]) {
SpinalVerilog(SoC.dynamic(RamType.ExternalAxi4(10 MiB), 32))
SpinalVerilog(SoC.dynamic(RamType.ExternalAxi4(10 MiB), 64))
}
}

Expand Down

0 comments on commit 6d8b80d

Please sign in to comment.