diff options
| author | Prashanth Mundkur | 2019-01-21 18:42:12 -0800 |
|---|---|---|
| committer | Prashanth Mundkur | 2019-01-21 18:42:12 -0800 |
| commit | 8a3c75dfd07d7264a82450aaebce86b5e82c974b (patch) | |
| tree | 5ab5aa110dde8a7072d48af83d90ca460473fc92 /doc | |
| parent | 365cf2015c77551e37d31336220497f6ca84794c (diff) | |
The RISCV environment variable collides with common usage by the RISC-V toolchain; use SAIL_RISCV instead to refer to sail-riscv.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile index 7e9e4f2f..981463ca 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -52,14 +52,14 @@ ifeq ($(shell which sail),) $(error Cannot find sail executable, make sure it is in PATH) endif -RISCV=../../sail-riscv +SAIL_RISCV=../../sail-riscv all: manual.pdf .PHONY: clean -code_riscv.tex: ${RISCV}/model/prelude.sail ${RISCV}/model/riscv_duopod.sail - sail -o code_riscv -latex -latex_full_valspecs ${RISCV}/model/prelude.sail ${RISCV}/model/riscv_duopod.sail +code_riscv.tex: ${SAIL_RISCV}/model/prelude.sail ${SAIL_RISCV}/model/riscv_duopod.sail + sail -o code_riscv -latex -latex_full_valspecs ${SAIL_RISCV}/model/prelude.sail ${SAIL_RISCV}/model/riscv_duopod.sail cp code_riscv/commands.tex code_riscv.tex code_myreplicatebits.tex: examples/my_replicate_bits.sail |
