From fc228aa8f0d38e663f2b2780e5c32cc93ea31db4 Mon Sep 17 00:00:00 2001
From: Lalit Sharma <lsharma@quicklogic.com>
Date: Mon, 29 Mar 2021 00:51:57 -0700
Subject: [PATCH] Adding the dependency for yosys-plugins

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bfb7ca6a4..4d53925e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -249,7 +249,7 @@ add_custom_target(
     COMMENT "Compile Yosys-plugins with given Makefile"
 )
 
-#add_dependencies(yosys-plugins yosys ) #YosysVariables)
+add_dependencies(yosys-plugins yosys) 
 
 # yosys-plugins compilation ends