Skip to content

Commit

Permalink
Update sbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Jun 4, 2024
1 parent 26e38b3 commit 625fc84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.0
sbt.version=1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ object VexRiscvLitexSmpClusterCmdGen extends App {
toplevel
}

val genConfig = SpinalConfig(targetDirectory = netlistDirectory, inlineRom = true).addStandardMemBlackboxing(blackboxByteEnables)
val genConfig = SpinalConfig(targetDirectory = netlistDirectory, inlineRom = true, withTimescale = true).addStandardMemBlackboxing(blackboxByteEnables)
genConfig.generateVerilog(dutGen.setDefinitionName(netlistName))

}
Expand Down Expand Up @@ -356,4 +356,4 @@ object VexRiscvLitexSmpClusterOpenSbi extends App{
// }
// }
}
}
}

0 comments on commit 625fc84

Please sign in to comment.