bump boom/firrtl | support building boom | update genfiles in simulator to make rv32 bootrom | misc cleanup
This commit is contained in:
Submodule generators/boom updated: f1caea81c6...4cd347ed51
@@ -89,5 +89,5 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
|
|||||||
# general cleanup rule
|
# general cleanup rule
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: clean-scala
|
clean:
|
||||||
rm -rf $(build_dir) $(sim_prefix)-*
|
rm -rf $(build_dir) $(sim_prefix)-*
|
||||||
|
|||||||
@@ -93,5 +93,5 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
|
|||||||
# general cleanup rule
|
# general cleanup rule
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: clean-scala
|
clean:
|
||||||
rm -rf $(build_dir) csrc $(sim_prefix)-* ucli.key vc_hdrs.h
|
rm -rf $(build_dir) csrc $(sim_prefix)-* ucli.key vc_hdrs.h
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ object GenerateSimFiles extends App with HasGenerateSimConfig {
|
|||||||
def writeBootrom(): Unit = {
|
def writeBootrom(): Unit = {
|
||||||
firrtl.FileUtils.makeDirectory("./bootrom/")
|
firrtl.FileUtils.makeDirectory("./bootrom/")
|
||||||
writeResource("/testchipip/bootrom/bootrom.rv64.img", "./bootrom/")
|
writeResource("/testchipip/bootrom/bootrom.rv64.img", "./bootrom/")
|
||||||
|
writeResource("/testchipip/bootrom/bootrom.rv32.img", "./bootrom/")
|
||||||
}
|
}
|
||||||
|
|
||||||
def writeFiles(cfg: GenerateSimConfig): Unit = {
|
def writeFiles(cfg: GenerateSimConfig): Unit = {
|
||||||
|
|||||||
Submodule tools/firrtl updated: 2272044c6a...bf66997b1a
Reference in New Issue
Block a user