git-svn-id: http://moon:8086/svn/vhdl/trunk@1424 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-21 11:37:55 +00:00
parent 73cfd45401
commit bdb8fec295
83 changed files with 9477 additions and 0 deletions
+9
View File
@@ -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