From 8e343dee046e16813e5c267b7b6154e64628b9fb Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Sun, 1 Sep 2019 07:11:52 -0700 Subject: [PATCH] Fix sha3 build-system dependency --- .gitmodules | 2 +- common.mk | 2 +- generators/{rocc-template => sha3} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename generators/{rocc-template => sha3} (100%) 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