SpinalHDL 1.1.0
This commit is contained in:
parent
a4db278655
commit
0d39e38906
|
@ -9,8 +9,8 @@ scalaVersion := "2.11.6"
|
|||
EclipseKeys.withSource := true
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.5",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.5",
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.0",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.0",
|
||||
"org.yaml" % "snakeyaml" % "1.8"
|
||||
)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ object MuraxSim {
|
|||
// def config = MuraxConfig.default.copy(onChipRamSize = 256 kB)
|
||||
def config = MuraxConfig.default.copy(onChipRamSize = 4 kB, onChipRamHexFile = "src/main/ressource/hex/muraxDemo.hex")
|
||||
|
||||
SimConfig(new Murax(config)).allOptimisation.doManagedSim{dut =>
|
||||
SimConfig.allOptimisation.compile(new Murax(config)).doSim{dut =>
|
||||
val mainClkPeriod = (1e12/dut.config.coreFrequency.toDouble).toLong
|
||||
val jtagClkPeriod = mainClkPeriod*4
|
||||
val uartBaudRate = 115200
|
||||
|
|
Loading…
Reference in New Issue