Added some CDL-isms to the list of properties to ignore in the netgen setup file for
sky130A.  It would be better to remove these CDL-isms from the custom file
spice/sky130_fd_io.spice, but that is a complicated task that will have to wait
for another day.
diff --git a/VERSION b/VERSION
index 1c66c9e..272e0b2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.259
+1.0.260
diff --git a/sky130/netgen/sky130_setup.tcl b/sky130/netgen/sky130_setup.tcl
index fe6ade2..6bbdbde 100644
--- a/sky130/netgen/sky130_setup.tcl
+++ b/sky130/netgen/sky130_setup.tcl
@@ -155,7 +155,7 @@
 	property "-circuit1 $dev" parallel {w add}
 	property "-circuit1 $dev" tolerance {w 0.01} {l 0.01}
 	# Ignore these properties
-	property "-circuit1 $dev" delete as ad ps pd mult sa sb sd nf nrd nrs
+	property "-circuit1 $dev" delete as ad ps pd mult sa sb sd nf nrd nrs area perim topography
     }
     if {[lsearch $cells2 $dev] >= 0} {
 	permute "-circuit2 $dev" 1 3
@@ -164,7 +164,7 @@
 	property "-circuit2 $dev" parallel {w add}
 	property "-circuit2 $dev" tolerance {w 0.01} {l 0.01}
 	# Ignore these properties
-	property "-circuit2 $dev" delete as ad ps pd mult sa sb sd nf nrd nrs
+	property "-circuit2 $dev" delete as ad ps pd mult sa sb sd nf nrd nrs area perim topography
     }
 }