From b0ae003981ba77e55ad0fbeb1a0c08b140ece0d5 Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Tue, 17 May 2016 17:34:20 -0700 Subject: [PATCH] add firrtl to regression makefile this makes it easier to test chisel3 builds e.g. the local buildbot can now test a bunch of configs --- regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression/Makefile b/regression/Makefile index 12526c97..41aac3cd 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -70,7 +70,7 @@ fsim-asm-tests: stamps/$(CONFIG)/fsim-asm-tests.stamp fsim-bmark-tests: stamps/$(CONFIG)/fsim-bmark-tests.stamp fsim-torture: stamps/$(CONFIG)/fsim-torture-$(TORTURE_CONFIG).stamp -submodule_names = chisel2 chisel3 context-dependent-environments dramsim2 groundtest hardfloat junctions rocket torture uncore zscale $(ROCKETCHIP_ADDONS) +submodule_names = chisel2 chisel3 context-dependent-environments dramsim2 firrtl groundtest hardfloat junctions rocket torture uncore zscale $(ROCKETCHIP_ADDONS) # Checks out all the rocket-chip submodules stamps/other-submodules.stamp: