diff --git a/.gitmodules b/.gitmodules index fc31b672..cad55a67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -56,5 +56,5 @@ path = tools/treadle url = https://github.com/freechipsproject/treadle.git [submodule "generators/rocc-template"] - path = generators/rocc-template + path = generators/sha3 url = https://github.com/ucb-bar/rocc-template.git diff --git a/common.mk b/common.mk index 3c333c68..103e5407 100644 --- a/common.mk +++ b/common.mk @@ -8,7 +8,7 @@ SHELL=/bin/bash ######################################################################################### lookup_scala_srcs = $(shell find -L $(1)/ -iname "*.scala" 2> /dev/null) -PACKAGES=$(addprefix generators/, rocket-chip testchipip boom hwacha sifive-blocks sifive-cache example) \ +PACKAGES=$(addprefix generators/, rocket-chip testchipip boom hwacha sifive-blocks sifive-cache rocc-template example) \ $(addprefix sims/firesim/sim/, . firesim-lib midas midas/targetutils) SCALA_SOURCES=$(foreach pkg,$(PACKAGES),$(call lookup_scala_srcs,$(base_dir)/$(pkg)/src/main/scala)) diff --git a/generators/rocc-template b/generators/sha3 similarity index 100% rename from generators/rocc-template rename to generators/sha3