- fixed make.sh

git-svn-id: http://moon:8086/svn/vhdl/trunk@1435 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-21 16:23:23 +00:00
parent 270a1dbda9
commit 03d0e1a6b9
+2 -1
View File
@@ -3,7 +3,8 @@
std_opt="--workdir=work"
srcdir="./src"
mkdir -p work
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
ghdl -r $std_opt dlx_test_behaviour --vcd=dlx_test_behaviour.vcd --assert-level=note