Port type order generated on the fly

This commit is contained in:
mrg
2020-11-13 16:41:02 -08:00
parent 01d191da40
commit a2b17a271c
4 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class dff_buf(design.design):
def add_pins(self):
self.add_pin_list(props.dff_buf.port_names(),
props.dff_buf.port_types)
props.dff_buf.port_types())
def create_instances(self):
self.dff_inst=self.add_inst(name="dff_buf_dff",