bump boom/firrtl | support building boom | update genfiles in simulator to make rv32 bootrom | misc cleanup

This commit is contained in:
abejgonzalez
2019-04-17 17:08:08 -07:00
parent 80cbdd1d31
commit 885c5f74db
5 changed files with 5 additions and 4 deletions

View File

@@ -89,5 +89,5 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
# general cleanup rule
#########################################################################################
.PHONY: clean
clean: clean-scala
clean:
rm -rf $(build_dir) $(sim_prefix)-*

View File

@@ -93,5 +93,5 @@ $(output_dir)/%.vpd: $(output_dir)/% $(sim_debug)
# general cleanup rule
#########################################################################################
.PHONY: clean
clean: clean-scala
clean:
rm -rf $(build_dir) csrc $(sim_prefix)-* ucli.key vc_hdrs.h

View File

@@ -101,6 +101,7 @@ object GenerateSimFiles extends App with HasGenerateSimConfig {
def writeBootrom(): Unit = {
firrtl.FileUtils.makeDirectory("./bootrom/")
writeResource("/testchipip/bootrom/bootrom.rv64.img", "./bootrom/")
writeResource("/testchipip/bootrom/bootrom.rv32.img", "./bootrom/")
}
def writeFiles(cfg: GenerateSimConfig): Unit = {