List<Wire *> internal_netlist: This data member is a
linked list of wire pointers which stores the internal netlists of the
runtime component. Internal netlists are wires which are not connected
to any of the input or output ports of the runtime component. Their
primary purpose is to connect subcomponents together. New internal
netlists are added to the list by the create_internal()
member function.