Philipp Gühring
11/19/2020, 11:18 PMAmr Gouhar
11/20/2020, 1:38 PM# Adding the standard cells into OpenLane:
set ::env(EXTRA_LEFS) [glob $script_dir/../../cells/lef/*.lef]
#set lefs [glob $script_dir/../../cells/lef/*.lef]
#add_lefs -src $lefs
set ::env(EXTRA_LIBS) [glob $script_dir/../../cells/lib/libres*.lib]
set ::env(EXTRA_GDS_FILES) [glob $script_dir/../../cells/gds/*.gds]
since these files are already present in openlane (the std cells). What library are you using? Because this naming AND2X1
doesn't follow any opensource pdk that I know of. You might want to check this: https://github.com/efabless/openlane/tree/master/designs/digital_pll_sky130_fd_sc_hd as an example of using the cells directly.Philipp Gühring
11/20/2020, 2:42 PMAmr Gouhar
11/20/2020, 5:31 PMPhilipp Gühring
11/20/2020, 5:32 PMSteve Kelly
11/26/2020, 12:50 AM