python script for creating cmd file for irsim
cmd_gen.py -n <fileName> -i <inputLabels> -o <outputLabels>
python cmd_gen.py -n 'NotGate_2in' -i 'a b' -o 'o'
OR
python3 cmd_gen.py -n 'NotGate_2in' -i 'a b' -o 'o'
It will creat a file named NotGate_2in.cmd
and open it after running the command
example file attatched in example folder