manili
02/21/2022, 8:08 PMmanili
02/21/2022, 8:12 PMTim Edwards
02/22/2022, 6:41 PM#!/bin/bash
magic -dnull -noconsole /path/to/sky130A.magicrc << EOF
box 0.0um 0.0um 0.5um 0.5um
paint nwell
drc catchup
puts stdout [drc listall why]
EOF
or you can run the helpful script ${PDK_PATH}/libs.tech/magic/run_standard_drc.py
which will do the above, but more thoroughly and with better output.manili
03/04/2022, 9:03 PMTim Edwards
03/05/2022, 2:44 AMdrc why
, or you can move from one error to the next with drc find
, or you can get a complete dump of DRC errors with the script run_standard_drc.py
, which is installed by open_pdks along with other magic files in sky130A/libs.tech/magic/
.manili
03/09/2022, 9:25 AMsky130A/libs.tech/magic/
? I found some tables this link but I don’t know whether I’m looking in correct info or I should search somewhere else?Tim Edwards
03/09/2022, 2:26 PM