git-svn-id: http://moon:8086/svn/vhdl/trunk@1419 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-21 11:06:59 +00:00
parent 0a2abde8bf
commit b06e84a2b7
2 changed files with 109 additions and 0 deletions
+11
View File
@@ -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