- added
git-svn-id: http://moon:8086/svn/vhdl/trunk@1424 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
std_opt="--workdir=work"
|
||||
srcdir="./src"
|
||||
|
||||
ghdl --remove $std_opt
|
||||
ghdl -i $std_opt $srcdir/*.vhdl
|
||||
ghdl -m $std_opt dlx_test_behaviour
|
||||
ghdl -r dlx_test_behaviour --vcd=dlx_test_behaviour.vcd --assert-level=note
|
||||
Reference in New Issue
Block a user