skidl.package module

Package a subcircuit so it can be used like a Part.

class skidl.package.Package(**kwargs)[source]

Bases: Interface

is_movable()[source]
skidl.package.package(subcirc_func)[source]

Decorator that creates a package for a subcircuit routine.

Deprecated since version 1.2.0: This will be removed in 2.0.0. Use Interface instead.