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 3f0688d commit 95986c3Copy full SHA for 95986c3
1 file changed
src/syn/src/flow/CMakeLists.txt
@@ -15,7 +15,7 @@ add_library(syn_flow
15
)
16
17
set(_syn_flow_stage ${CMAKE_CURRENT_BINARY_DIR}/include/flow)
18
-foreach(_h combinational_mapper_npn.h export.h import.h opt_gatefusion.h)
+foreach(_h combinational_mapper_npn.h constant_fold.h export.h import.h opt_gatefusion.h)
19
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${_h} ${_syn_flow_stage}/${_h} COPYONLY)
20
endforeach()
21
0 commit comments