aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>2019-05-14 17:23:35 -0700
committerPrashanth Mundkur <prashanth.mundkur@gmail.com>2019-05-14 17:23:35 -0700
commit798066304a257e843b00b7c8fbf6e242dc0fddad (patch)
tree860b9f08d9f33f938b5ec3649ea6f9daa25e8c5d /Makefile
parenta83d6730a22b7980e33dde02a72c84cd217706ca (diff)
parente856fb164ebe6e82fa696b3672a3352f21d8a3d7 (diff)
downloadsail-riscv-798066304a257e843b00b7c8fbf6e242dc0fddad.zip
sail-riscv-798066304a257e843b00b7c8fbf6e242dc0fddad.tar.gz
sail-riscv-798066304a257e843b00b7c8fbf6e242dc0fddad.tar.bz2
Merge branch 'master' into master-cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 169dcff..8fa204f 100644
--- a/Makefile
+++ b/Makefile
@@ -312,7 +312,7 @@ generated_definitions/for-rmem/riscv.lem: $(SAIL_RMEM_SRCS)
generated_definitions/for-rmem/riscv_toFromInterp2.ml: $(SAIL_RMEM_SRCS)
mkdir -p $(dir $@)
- $(SAIL) $(SAIL_FLAGS) -tofrominterp -tofrominterp_lem -tofrominterp_output_dir $(dir $@) -o riscv $^
+ $(SAIL) $(SAIL_FLAGS) -tofrominterp -tofrominterp_lem -tofrominterp_mwords -tofrominterp_output_dir $(dir $@) -o riscv $^
generated_definitions/for-rmem/riscv.defs: $(SAIL_RMEM_SRCS)
mkdir -p $(dir $@)