<#204 bad links to magicrc> New issue created by <...
# open_pdks
g
#204 bad links to magicrc New issue created by d-m-bailey I don't know if this is critical or not, but I notice some bad links to
.magicrc
in the pdk. Executing the following in the openlane installation directory
Copy code
ls -l `find pdks/sky130A -name .magicrc`
gives me a bunch of lines like this
Copy code
/home/user/OpenLane/pdks/sky130A/libs.ref/sky130_sram_macros/maglef/.magicrc -> /home/user/OpenLane/pdks/open_pdks/sky130/sky130A/libs.tech/magic/sky130A.magicrc
Looks like there's an extra
sky130A
in the link. I see this in the older
Copy code
commit c5730b574461889c82858b08d12ba42423d9c2cb (HEAD)
Author: Tim Edwards <tim@opencircuitdesign.com>
Date:   Wed Nov 10 16:26:06 2021 -0500
and the newer
Copy code
commit 476f7428f7f686de51a5164c702629a9b9f2da46 (HEAD, tag: 1.0.255)
Author: Tim Edwards <tim@opencircuitdesign.com>
Date:   Thu Dec 16 19:59:35 2021 -0500
Apologies if this is not a concern or has been fixed. RTimothyEdwards/open_pdks