added boom and torture | added csmith

This commit is contained in:
abejgonzalez
2019-03-08 17:13:08 -08:00
parent 8b899c519d
commit d80acd8cf8
12 changed files with 2541 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ SHELL=/bin/bash
#########################################################################################
lookup_scala_srcs = $(shell find -L $(1)/ -iname "*.scala" 2> /dev/null)
PACKAGES=rocket-chip testchipip
PACKAGES=rocket-chip testchipip boom
SCALA_SOURCES=$(foreach pkg,$(PACKAGES),$(call lookup_scala_srcs,$(base_dir)/generators/$(pkg)/src/main/scala)) $(call lookup_scala_srcs,$(base_dir)/src/main/scala)
#########################################################################################