From e8fcbd7588fa3459be1a8ca01831c989af0b78c3 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Thu, 8 May 2025 12:19:05 -0700 Subject: [PATCH] TCL is needed for yosys tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0c0d7360..79b123341 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CONFIG := none # CONFIG := msys2-64 # features (the more the better) -ENABLE_TCL := 0 +ENABLE_TCL := 1 ENABLE_ABC := 1 ENABLE_GLOB := 1 ENABLE_PLUGINS := 0