Skip to content
Snippets Groups Projects
Commit ba0138c6 authored by Allen Pan's avatar Allen Pan
Browse files

Merge branch 'master' of https://code.stanford.edu/ee272/skywater-digital-flow into dev

parents 486778d1 958c55e5
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,18 @@
gds read inputs/design_merged.gds
load $::env(design_name)
select top cell
expand
drc euclidean on
drc style drc(full)
drc check
set drcresult [drc listall why]
# Count number of DRC errors
drc catchup
drc count
quit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment