mirror of https://github.com/VLSIDA/OpenRAM.git
revert dff_buf for no body contact
This commit is contained in:
parent
125bcafb3e
commit
f62016ad9f
|
|
@ -91,8 +91,8 @@ class dff_buf(design.design):
|
|||
def create_instances(self):
|
||||
self.dff_inst=self.add_inst(name="dff_buf_dff",
|
||||
mod=self.dff)
|
||||
self.connect_inst(props.dff_buff.buf_ports)
|
||||
#self.connect_inst(["D", "qint", "clk", "vdd", "gnd"])
|
||||
#self.connect_inst(props.dff_buff.buf_ports)
|
||||
self.connect_inst(["D", "qint", "clk", "vdd", "gnd"])
|
||||
|
||||
self.inv1_inst=self.add_inst(name="dff_buf_inv1",
|
||||
mod=self.inv1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue