We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787af05 commit 341a972Copy full SHA for 341a972
libs/EXTERNAL/patch_slang.cmake
@@ -1,3 +1,12 @@
1
+# Patch step for yosys-slang
2
+#
3
+# The variable 'IN' points to vtr_root/libs/EXTERNAL/yosys-slang/src/slang_frontend.cc
4
+# This file contains the UndrivenPass that we want to disable
5
6
+# This patch step finds the line where the UndrivenPass is called and comments out that line
7
8
+# The UndrivenPass needs to be disabled due to unsupported synchronous rules in vtr_primitives.v
9
+
10
if(NOT DEFINED IN)
11
message(FATAL_ERROR "patch_slang.cmake: IN (SLANG_FE) variable not set.")
12
endif()
0 commit comments