SpinalHDL 1.1.3 => Now Verilog rom are emited into separated bin files
This commit is contained in:
parent
f5d5b91f7a
commit
3b3bbd48b9
|
@ -41,7 +41,7 @@ obj_dir
|
||||||
*.regTrace
|
*.regTrace
|
||||||
*.tcl
|
*.tcl
|
||||||
*.o
|
*.o
|
||||||
|
*.bin
|
||||||
|
|
||||||
simWorkspace/
|
simWorkspace/
|
||||||
tmp/
|
tmp/
|
||||||
|
|
|
@ -9,8 +9,8 @@ scalaVersion := "2.11.6"
|
||||||
EclipseKeys.withSource := true
|
EclipseKeys.withSource := true
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.2",
|
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.3",
|
||||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.2",
|
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.3",
|
||||||
"org.yaml" % "snakeyaml" % "1.8"
|
"org.yaml" % "snakeyaml" % "1.8"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,10 @@ generate :
|
||||||
../../../Murax.v :
|
../../../Murax.v :
|
||||||
(cd ../../..; sbt "run-main vexriscv.demo.Murax")
|
(cd ../../..; sbt "run-main vexriscv.demo.Murax")
|
||||||
|
|
||||||
bin/toplevel.blif : ${VERILOG}
|
bin/toplevel.blif : ${VERILOG} ../../../Murax.v*.bin
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
rm -f Murax.v*.bin
|
||||||
|
cp ../../../Murax.v*.bin . | true
|
||||||
yosys -v3 -p "synth_ice40 -top toplevel -blif bin/toplevel.blif" ${VERILOG}
|
yosys -v3 -p "synth_ice40 -top toplevel -blif bin/toplevel.blif" ${VERILOG}
|
||||||
|
|
||||||
bin/toplevel.asc : toplevel.pcf bin/toplevel.blif
|
bin/toplevel.asc : toplevel.pcf bin/toplevel.blif
|
||||||
|
@ -28,3 +30,4 @@ prog : bin/toplevel.bin
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -rf bin
|
rm -rf bin
|
||||||
|
rm -f Murax.v*.bin
|
|
@ -10,6 +10,8 @@ generate :
|
||||||
|
|
||||||
bin/toplevel.blif : ${VERILOG}
|
bin/toplevel.blif : ${VERILOG}
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
rm -f Murax.v*.bin
|
||||||
|
cp ../../../Murax.v*.bin . | true
|
||||||
yosys -v3 -p "synth_ice40 -top toplevel -blif bin/toplevel.blif" ${VERILOG}
|
yosys -v3 -p "synth_ice40 -top toplevel -blif bin/toplevel.blif" ${VERILOG}
|
||||||
|
|
||||||
bin/toplevel.asc : toplevel.pcf bin/toplevel.blif
|
bin/toplevel.asc : toplevel.pcf bin/toplevel.blif
|
||||||
|
@ -31,3 +33,4 @@ sudo-prog : bin/toplevel.bin
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -rf bin
|
rm -rf bin
|
||||||
|
rm -f Murax.v*.bin
|
||||||
|
|
|
@ -96,7 +96,7 @@ object TestsWorkspace {
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
@ -197,7 +197,7 @@ object TestsWorkspace {
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
|
@ -29,7 +29,7 @@ object GenCustomSimdAdd extends App{
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
|
@ -63,7 +63,7 @@ object GenFull extends App{
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
|
@ -54,7 +54,7 @@ object GenFullNoMmu extends App{
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
|
@ -29,7 +29,7 @@ object GenFullNoMmuNoCache extends App{
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
|
@ -29,7 +29,7 @@ object GenSmallAndProductive extends App{
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
|
@ -29,7 +29,7 @@ object GenSmallest extends App{
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
|
@ -28,7 +28,7 @@ object GenSmallestNoCsr extends App{
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
|
@ -71,7 +71,7 @@ object MuraxConfig{
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.SYNC,
|
regFileReadyKind = plugin.SYNC,
|
||||||
zeroBoot = true
|
zeroBoot = false
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
|
@ -45,12 +45,15 @@ all: clean compile
|
||||||
run: compile
|
run: compile
|
||||||
./obj_dir/VBriey
|
./obj_dir/VBriey
|
||||||
|
|
||||||
verilate:
|
verilate: ../../../../Briey.v
|
||||||
|
rm -f Briey.v*.bin
|
||||||
|
cp ../../../../Briey.v*.bin . | true
|
||||||
verilator -cc ../../../../Briey.v -CFLAGS -std=c++11 ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-WIDTH -Wno-UNOPTFLAT --x-assign unique --exe main.cpp
|
verilator -cc ../../../../Briey.v -CFLAGS -std=c++11 ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-WIDTH -Wno-UNOPTFLAT --x-assign unique --exe main.cpp
|
||||||
|
|
||||||
compile: verilate
|
compile: verilate
|
||||||
make -j -C obj_dir/ -f VBriey.mk VBriey
|
make -j -C obj_dir/ -f VBriey.mk VBriey
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
rm -f Briey.v*.bin
|
||||||
rm -rf obj_dir
|
rm -rf obj_dir
|
||||||
|
|
||||||
|
|
|
@ -28,12 +28,15 @@ all: clean compile
|
||||||
run: compile
|
run: compile
|
||||||
./obj_dir/VMurax
|
./obj_dir/VMurax
|
||||||
|
|
||||||
verilate:
|
verilate: ../../../../Murax.v
|
||||||
verilator -cc ../../../../Murax.v -CFLAGS -std=c++11 ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-WIDTH -Wno-UNOPTFLAT --x-assign unique --exe main.cpp
|
rm -f Murax.v*.bin
|
||||||
|
cp ../../../../Murax.v*.bin . | true
|
||||||
|
verilator -I../../../.. -cc ../../../../Murax.v -CFLAGS -std=c++11 ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-WIDTH -Wno-UNOPTFLAT --x-assign unique --exe main.cpp
|
||||||
|
|
||||||
compile: verilate
|
compile: verilate
|
||||||
make -j -C obj_dir/ -f VMurax.mk VMurax
|
make -j -C obj_dir/ -f VMurax.mk VMurax
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf obj_dir
|
rm -rf obj_dir
|
||||||
|
rm -f Murax.v*.bin
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,9 @@ all: clean run
|
||||||
run: compile
|
run: compile
|
||||||
./obj_dir/VVexRiscv
|
./obj_dir/VVexRiscv
|
||||||
|
|
||||||
verilate:
|
verilate: ../../../../VexRiscv.v
|
||||||
|
rm -f VexRiscv.v*.bin
|
||||||
|
cp ../../../../VexRiscv.v*.bin . | true
|
||||||
verilator -cc ../../../../VexRiscv.v -O3 -CFLAGS -std=c++11 -LDFLAGS -pthread ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-UNOPTFLAT -Wno-WIDTH --x-assign unique --exe main.cpp
|
verilator -cc ../../../../VexRiscv.v -O3 -CFLAGS -std=c++11 -LDFLAGS -pthread ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-UNOPTFLAT -Wno-WIDTH --x-assign unique --exe main.cpp
|
||||||
|
|
||||||
compile: verilate
|
compile: verilate
|
||||||
|
@ -107,4 +109,5 @@ compile: verilate
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf obj_dir
|
rm -rf obj_dir
|
||||||
|
rm -f VexRiscv.v*.bin
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,8 @@ import scala.collection.mutable
|
||||||
|
|
||||||
object MuraxSim {
|
object MuraxSim {
|
||||||
def main(args: Array[String]): Unit = {
|
def main(args: Array[String]): Unit = {
|
||||||
def config = MuraxConfig.default.copy(onChipRamSize = 256 kB)
|
// def config = MuraxConfig.default.copy(onChipRamSize = 256 kB)
|
||||||
// def config = MuraxConfig.default.copy(onChipRamSize = 4 kB, onChipRamHexFile = "src/main/ressource/hex/muraxDemo.hex")
|
def config = MuraxConfig.default.copy(onChipRamSize = 4 kB, onChipRamHexFile = "src/main/ressource/hex/muraxDemo.hex")
|
||||||
|
|
||||||
SimConfig.allOptimisation.compile(new Murax(config)).doSimUntilVoid{dut =>
|
SimConfig.allOptimisation.compile(new Murax(config)).doSimUntilVoid{dut =>
|
||||||
val mainClkPeriod = (1e12/dut.config.coreFrequency.toDouble).toLong
|
val mainClkPeriod = (1e12/dut.config.coreFrequency.toDouble).toLong
|
||||||
|
|
Loading…
Reference in New Issue