diff options
| author | Prashanth Mundkur | 2018-04-13 13:24:16 -0700 |
|---|---|---|
| committer | Prashanth Mundkur | 2018-04-13 13:24:16 -0700 |
| commit | 33fa6f5cf6f3ffbcfbd5549ed9e330db85f5947c (patch) | |
| tree | 19eabe97d44d9a0c38e7f5d7aa5b0b255213145f /riscv/Makefile | |
| parent | 9ad5ddec95b93349454855a7490a9d1428eaa83f (diff) | |
Move riscv memory definitions into a separate file.
Diffstat (limited to 'riscv/Makefile')
| -rw-r--r-- | riscv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/Makefile b/riscv/Makefile index 5ac7597f..6c58a421 100644 --- a/riscv/Makefile +++ b/riscv/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 |
