summaryrefslogtreecommitdiffstats
path: root/hw_v5_fx30t_extension
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2011-12-12 10:38:26 +0100
committerBert Lange <b.lange@hzdr.de>2011-12-12 10:38:26 +0100
commit72197283692c1baf79c34a356667d3e5db511ac7 (patch)
tree9dc1b981f6811d0958b9f81909b653694b04bd31 /hw_v5_fx30t_extension
parent8bf091a92bf49ffd2bdcb005e5f993312956d203 (diff)
downloadzpu-72197283692c1baf79c34a356667d3e5db511ac7.zip
zpu-72197283692c1baf79c34a356667d3e5db511ac7.tar.gz
add: link to vmk tool
Diffstat (limited to 'hw_v5_fx30t_extension')
-rw-r--r--hw_v5_fx30t_extension/simulation/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/hw_v5_fx30t_extension/simulation/Makefile b/hw_v5_fx30t_extension/simulation/Makefile
index 7c41f84..9adba37 100644
--- a/hw_v5_fx30t_extension/simulation/Makefile
+++ b/hw_v5_fx30t_extension/simulation/Makefile
@@ -8,6 +8,9 @@
library = work
top = top
+# http://sourceforge.net/projects/vmk/
+VMK = vmk
+
all: compile simulate
@@ -43,5 +46,5 @@ $(library):
# generate Makefile.msim with vmk
Makefile.msim: vhdl_files.txt lib
vlib work
- vmk -t modelsim -O -w $(library) -F vhdl_files.txt
+ $(VMK) -t modelsim -O -w $(library) -F vhdl_files.txt
OpenPOWER on IntegriCloud