diff options
| author | Shaked Flur | 2017-09-27 14:13:01 +0100 |
|---|---|---|
| committer | Shaked Flur | 2017-09-27 14:13:01 +0100 |
| commit | a66b55639fddc862b7a3864afb0e3dc7b4ac0e34 (patch) | |
| tree | f5463c2f5cdbdc1e876ea89f9e359dad8e0fb29c /risc-v/Makefile | |
| parent | f5322fa262de3545d453891745e3c1cdaaceb5f5 (diff) | |
split RISC-V to two Sail files to make it more readable
Diffstat (limited to 'risc-v/Makefile')
| -rw-r--r-- | risc-v/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/risc-v/Makefile b/risc-v/Makefile index 856a48eb..d027556e 100644 --- a/risc-v/Makefile +++ b/risc-v/Makefile @@ -1,6 +1,6 @@ SAIL:=../src/sail.native -SOURCES:=riscv.sail ../etc/regfp.sail riscv_regfp.sail +SOURCES:=riscv_types.sail riscv.sail ../etc/regfp.sail riscv_regfp.sail all: lem_ast shallow lem_ast: $(SOURCES) $(SAIL) |
