Add the fake diode to the list of 'parallelizable' cells
diff --git a/sky130/netgen/sky130_setup.tcl b/sky130/netgen/sky130_setup.tcl
index 7fdd5a0..7eff5cd 100644
--- a/sky130/netgen/sky130_setup.tcl
+++ b/sky130/netgen/sky130_setup.tcl
@@ -347,6 +347,9 @@
     if {[regexp {sky130_fd_sc_[^_]+__fill_diode_[[:digit:]]+} $cell match]} {
 	property "-circuit1 $cell" parallel enable
     }
+    if {[regexp {sky130_ef_sc_[^_]+__fakediode_[[:digit:]]+} $cell match]} {
+	property "-circuit1 $cell" parallel enable
+    }
 }
 foreach cell $cells2 {
     if {[regexp {sky130_fd_sc_[^_]+__decap_[[:digit:]]+} $cell match]} {
@@ -364,6 +367,9 @@
     if {[regexp {sky130_fd_sc_[^_]+__fill_diode_[[:digit:]]+} $cell match]} {
 	property "-circuit2 $cell" parallel enable
     }
+    if {[regexp {sky130_ef_sc_[^_]+__fakediode_[[:digit:]]+} $cell match]} {
+	property "-circuit2 $cell" parallel enable
+    }
 }
 
 #---------------------------------------------------------------