v1.2.0
Since version 1.2.0 of the plugin, a way to change the input direction of the NOT gate has been added. To do this, configure the notGateInputPosition
key in the config.yml
file. You can set the value to default
or opposite
. The default value (default) sets the input position of the gate according to the old method. When changed to opposite, the input of the NOT gate will be reversed relative to the output of the gate (opposite). This is very useful when we want to build a layout that is kept in one line.
# Define the position of the input for NOT gate
# Options: default, opposite
notGateInputPosition: default
Pull request: #8