mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-01 18:48:10 +02:00
clk_pin is redundant in DFFs
This commit is contained in:
@@ -72,7 +72,7 @@ class dff_buf(design.design):
|
||||
self.add_mod(self.inv2)
|
||||
|
||||
def add_pins(self):
|
||||
self.add_pin_list(props.dff_buf.port_names,
|
||||
self.add_pin_list(props.dff_buf.port_names(),
|
||||
props.dff_buf.port_types)
|
||||
|
||||
def create_instances(self):
|
||||
|
||||
Reference in New Issue
Block a user