Add custom cell custom port order code. Update setup/hold to use it.

This commit is contained in:
mrg
2020-11-17 11:12:59 -08:00
parent 80333ffacb
commit baae28194b
6 changed files with 83 additions and 28 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class setup_hold():
# instantiate the master-slave d-flip-flop
self.sf.write("\n* Instantiation of the Master-Slave D-flip-flop\n")
self.stim.inst_model(pins=self.dff.get_ordered_inputs(self.dff.pins),
self.stim.inst_model(pins=self.dff.get_original_pin_names(),
model_name=self.dff.cell_name)
self.write_data(mode=mode,