create#

classmethod TerminalInstance.create(layout, cell_instance, name, net_ref)#

Create a terminal instance.

Parameters:
layoutLayout

Layout to create the terminal instance in.

cell_instanceCellInstance

Name of the cell instance to create the terminal instance on.

namestr

Name of the terminal instance.

net_refNet or str or None

Net reference.

Returns:
TerminalInstance