Make-Net

make-net is another way to create connection between components, and it creates the exact same type of net that the net statement makes.

However, make-net allows us to name nets with strings, among some other benefits.

Use make net when you want to create a net using a string for the name.

Example usage

make-net("my-net-name", [component-1, component-2, component-3)