Skip to content

abdo20050/cmd_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmd_generator

python script for creating cmd file for irsim

How to use

cmd_gen.py -n <fileName> -i <inputLabels> -o <outputLabels>

Example

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

About

python script for creating cmd file for irsim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages