List supported configs
Address PR comments
This commit is contained in:
@@ -101,7 +101,7 @@ case $1 in
|
|||||||
run_asm ${mapping[$1]}
|
run_asm ${mapping[$1]}
|
||||||
;;
|
;;
|
||||||
chipyard-ibex)
|
chipyard-ibex)
|
||||||
make run-binary-fast -C $LOCAL_SIM_DIR ${mapping[$1]} BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/benchmarks/multiply.riscv
|
run_bmark ${mapping[$1]}
|
||||||
;;
|
;;
|
||||||
chipyard-nvdla)
|
chipyard-nvdla)
|
||||||
make -C $LOCAL_CHIPYARD_DIR/tests
|
make -C $LOCAL_CHIPYARD_DIR/tests
|
||||||
|
|||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -142,4 +142,4 @@
|
|||||||
url = https://github.com/ucb-bar/rocket-dsp-utils
|
url = https://github.com/ucb-bar/rocket-dsp-utils
|
||||||
[submodule "generators/ibex"]
|
[submodule "generators/ibex"]
|
||||||
path = generators/ibex
|
path = generators/ibex
|
||||||
url = https://github.com/schwarz-em/ibex-wrapper
|
url = https://github.com/ucb-bar/ibex-wrapper
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ import freechips.rocketchip.config.{Config}
|
|||||||
// Ibex Configs
|
// Ibex Configs
|
||||||
// ---------------------
|
// ---------------------
|
||||||
|
|
||||||
|
// Multi-core and 32b heterogeneous configs are supported
|
||||||
|
|
||||||
class IbexConfig extends Config(
|
class IbexConfig extends Config(
|
||||||
new chipyard.config.WithBootROM ++ // Ibex reset vector is at 0x80
|
new ibex.WithNIbexCores(1) ++
|
||||||
new ibex.WithNIbexCores(1) ++ // single Ibex core
|
|
||||||
new chipyard.config.AbstractConfig)
|
new chipyard.config.AbstractConfig)
|
||||||
Reference in New Issue
Block a user