From 12634276559eb4a722c4ad625a0a8772c3e70a30 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Mon, 17 Jan 2022 15:46:37 -0800 Subject: [PATCH] Allow unrecognized annos --- common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/common.mk b/common.mk index 14a505fd..b4f4d644 100644 --- a/common.mk +++ b/common.mk @@ -135,6 +135,7 @@ $(TOP_TARGETS) $(HARNESS_TARGETS): firrtl_temp firrtl_temp: $(FIRRTL_FILE) $(ANNO_FILE) $(VLOG_SOURCES) $(call run_scala_main,tapeout,barstools.tapeout.transforms.GenerateTopAndHarness,\ + --allow-unrecognized-annotations \ --output-file $(TOP_FILE) \ --harness-o $(HARNESS_FILE) \ --input-file $(FIRRTL_FILE) \