- added
git-svn-id: http://moon:8086/svn/vhdl/trunk@1419 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
STD_OPT="--workdir=work --ieee=standard --std=93c"
|
||||
|
||||
ghdl --clean $STD_OPT
|
||||
ghdl --xref-html $STD_OPT test.vhdl >./test.htm
|
||||
|
||||
ghdl -a $STD_OPT test.vhdl
|
||||
ghdl -e $STD_OPT test
|
||||
ghdl -r $STD_OPT test --vcd=test.vcd --assert-level=note
|
||||
|
||||
Reference in New Issue
Block a user