GitHub
10/25/2024, 2:43 PMopenlane2
trial run. When the flow finished, I checked the final gds file using
openlane --last-run --flow openinmagic designs/dff/config.json
The flow instantiates an instance of sky130_fd_sc_hd__dfxtp_2
. I was unable to hide the nfet active area by right clicking in the layer list. I then queried the layers and magic reports that it uses the layer scnmos
, but it's not in the layers list. Similarly for pfets.
I'm using open_pdk
version 1.0.495 and magic 8.3.465.
RTimothyEdwards/open_pdksGitHub
10/25/2024, 3:17 PM