Hi, I am trying to extract the netlist from exampl...
# magic
c
Hi, I am trying to extract the netlist from example_por.mag in caravel_user_project_analog, but I get the following error:
Copy code
Scaled magic input cell sky130_fd_pr__nfet_g5v0d10v5_ZK8HQC geometry by factor of 2
Scaled magic input cell sky130_fd_pr__nfet_g5v0d10v5_PKVMTM geometry by factor of 2
Failure to read entire subtree of cell.
Is there something wrong with the way I am loading the magic file? I use the command "magic example_por.mag" and have this when I load into magic Thanks!
t
Depending on the location of the installation of open_pdks, use, e.g.,
magic -d XR -rcfile /usr/share/pdk/sky130A/libs.tech/magic/sky130A.magicrc
.