From e7853287f6a63df5d3e154817e04d203760aeb31 Mon Sep 17 00:00:00 2001 From: Stuart-Swan <140192252+Stuart-Swan@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:23:15 -0700 Subject: [PATCH] Update regress_Makefile removed Adder3 from SKIP_DESIGNS since annotation port name issue is now fixed in annotate.h --- cmod/regress_Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmod/regress_Makefile b/cmod/regress_Makefile index d0122b2d..d282accf 100644 --- a/cmod/regress_Makefile +++ b/cmod/regress_Makefile @@ -50,8 +50,7 @@ DESIGNS ?= unittests/ArbiterModule \ examples/ConnectionsRecipes/Adder4 \ examples/Counter \ -SKIP_DESIGNS ?= \ - examples/ConnectionsRecipes/Adder3 \ +SKIP_DESIGNS ?= RUN_DESIGNS := $(filter-out $(SKIP_DESIGNS),$(DESIGNS))