From c5c03105161873fbcf8e608e5f952f0612efd3f1 Mon Sep 17 00:00:00 2001 From: Lalit Sharma 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