From 6c2c2eca4595bdd14f5932c8a9368bfe9a5839e3 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Mon, 10 Oct 2022 14:27:26 -0700 Subject: [PATCH] Revert FIRRTL log-level --- variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.mk b/variables.mk index 557ee54f..da41ebad 100644 --- a/variables.mk +++ b/variables.mk @@ -218,7 +218,7 @@ define run_scala_main cd $(base_dir) && $(SBT) ";project $(1); runMain $(2) $(3)" endef -FIRRTL_LOGLEVEL ?= debug +FIRRTL_LOGLEVEL ?= error ######################################################################################### # output directory for tests