summaryrefslogtreecommitdiffstats
path: root/hw_v5_fx30t_extension/simulation
diff options
context:
space:
mode:
Diffstat (limited to 'hw_v5_fx30t_extension/simulation')
-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