piel.integration.gdsfactory_hdl21.utils#

Module Contents#

Functions#

rename_gdsfactory_connections_to_spice(connections)

We convert the connection connectivity of the gdsfactory netlist into names that can be integrated into a SPICE

convert_tuples_to_strings(tuple_list)

rename_gdsfactory_connections_to_spice(connections: dict)[source]#

We convert the connection connectivity of the gdsfactory netlist into names that can be integrated into a SPICE netlist. It iterates on each key value pair, and replaces each comma with an underscore.

# TODO docs

convert_tuples_to_strings(tuple_list)[source]#