set SYNTH_READ_BLACKBOX_LIB to 1
diff --git a/openlane/user_proj_example/config.tcl b/openlane/user_proj_example/config.tcl index 4e5cc61..7c53312 100644 --- a/openlane/user_proj_example/config.tcl +++ b/openlane/user_proj_example/config.tcl
@@ -16,6 +16,8 @@ set script_dir [file dirname [file normalize [info script]]] set ::env(DESIGN_NAME) user_proj_example +set ::env(STD_CELL_LIBRARY) sky130_fd_sc_hd +set ::env(SYNTH_READ_BLACKBOX_LIB) 1 set ::env(VERILOG_FILES) "\ $script_dir/../../verilog/rtl/defines.v \