Fix sha3 build-system dependency

This commit is contained in:
Colin Schmidt 2019-09-01 07:11:52 -07:00
parent 8d9b3ddfb2
commit 8e343dee04
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -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

View File

@ -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))