- fixed make.sh
git-svn-id: http://moon:8086/svn/vhdl/trunk@1435 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
std_opt="--workdir=work"
|
std_opt="--workdir=work"
|
||||||
srcdir="./src"
|
srcdir="./src"
|
||||||
|
|
||||||
|
mkdir -p work
|
||||||
ghdl --remove $std_opt
|
ghdl --remove $std_opt
|
||||||
ghdl -i $std_opt $srcdir/*.vhdl
|
ghdl -i $std_opt $srcdir/*.vhdl
|
||||||
ghdl -m $std_opt dlx_test_behaviour
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user