stuff
This commit is contained in:
parent
bd53fe8783
commit
a1a2f60666
14
verilog
Executable file
14
verilog
Executable file
@ -0,0 +1,14 @@
|
||||
if test $# -eq 0; then
|
||||
echo "Usage: verilog [OPTIONS]... FILE [DUMPFILE]"
|
||||
echo "-h: Display this help"
|
||||
elif test $1 == "-h"; then
|
||||
echo "Usage: verilog [OPTIONS]... FILE [DUMPFILE]"
|
||||
echo "-h: Display this help"
|
||||
elif test $# -eq 2; then
|
||||
iverilog $1
|
||||
vvp a.out
|
||||
gtkwave $2
|
||||
else
|
||||
iverilog $1
|
||||
vvp a.out
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user