diff options
| author | Prashanth Mundkur | 2018-05-03 14:20:51 -0700 |
|---|---|---|
| committer | Prashanth Mundkur | 2018-05-03 14:21:06 -0700 |
| commit | e39941e0ddf924502d17dc55f94fe09f1e4494d0 (patch) | |
| tree | 32220d91298a293b481baeb81e428952b75b3991 /riscv/Makefile | |
| parent | 3f93ecbc6dbdc315b79de4ee69bf6bc6a6420d57 (diff) | |
Implement fetch to properly handle RVC and address translation, and add a step function for execution.
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 8695e42e..781ec354 100644 --- a/riscv/Makefile +++ b/riscv/Makefile @@ -1,4 +1,4 @@ -SAIL_SRCS = prelude.sail riscv_types.sail riscv_mem.sail riscv_sys.sail riscv_vmem.sail riscv.sail +SAIL_SRCS = prelude.sail riscv_types.sail riscv_mem.sail riscv_sys.sail riscv_vmem.sail riscv.sail riscv_step.sail SAIL_DIR ?= $(realpath ..) export SAIL_DIR |
