aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>2018-04-13 13:24:16 -0700
committerPrashanth Mundkur <prashanth.mundkur@gmail.com>2018-04-13 13:24:16 -0700
commit69399c73014e47df1cd1ca1695585a3117c11a2e (patch)
tree6663f81d30c9d2496ca7fe101ee52b32de009ba5 /Makefile
parent998722dfc1620034fa516e29cba86bfb46862524 (diff)
downloadsail-riscv-69399c73014e47df1cd1ca1695585a3117c11a2e.zip
sail-riscv-69399c73014e47df1cd1ca1695585a3117c11a2e.tar.gz
sail-riscv-69399c73014e47df1cd1ca1695585a3117c11a2e.tar.bz2
Move riscv memory definitions into a separate file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ac7597..6c58a42 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SAIL_SRCS = prelude.sail riscv_types.sail riscv_sys.sail riscv.sail
+SAIL_SRCS = prelude.sail riscv_types.sail riscv_mem.sail riscv_sys.sail riscv.sail
SAIL_DIR ?= $(realpath ..)
export SAIL_DIR