<#569 Docker build of pdk ignores sram modules> Ne...
# openlane
g
#569 Docker build of pdk ignores sram modules New issue created by d-m-bailey Description Even with
export INSTALL_SRAM=YES
, the
sky130_sram_macros
are not installed. Environment • Operating System Information:
uname -a
Linux ciic-cvc 4.19.0-17-cloud-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
• Docker Version:
docker --version
• If you're using Podman, please also include this information.
Docker version 20.10.7, build f0df350
• OpenLane Tag in use:
python3 ./get_tag.py
in the main OpenLane directory.
2021.08.23_04.04.57
Reproduction Material 1.
export INSTALL_SRAM=YES
2.
make pdk
3.
ls pdks/sky130A/libs.ref/sky130_sram_macros/*
Expected behavior The
pdks/sky130A/libs.ref/sky130_sram_macros
directories should contain some data. Logs
pdks/open_pdks/scripts/config.log
Copy code
configure:2576: Package 'sky130_ml_xx_hd' will be installed automatically during make.
configure:2618: Package 'xschem_sky130' will be installed automatically during make.
configure:2645: Package 'sky130_sram_macros' will not be installed.
configure:2702: Package 'sky130_osu' will not be installed.
configure:2743: Package 'sky130_osu_t12' will not be installed.
configure:2784: Package 'sky130_osu_t15' will not be installed.
configure:2825: Package 'sky130_osu_t18' will not be installed.
Pull request will be submitted soon. The-OpenROAD-Project/OpenLane