summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Arun Thomas <arun.thomas@gmail.com>2014-10-23 16:59:45 -0400
committerGravatar Arun Thomas <arun.thomas@gmail.com>2014-10-23 17:09:04 -0400
commit70b52dd5fa74b5968a20ded22df4ae3a9a76d7f4 (patch)
tree2058aa1edbd5e17d9286b9d430444d07e5912942
parent04e3614f776c9721114ca451a3c71612085877dc (diff)
Enable the four custom instructions
Will update encoding.h in the following components: * riscv-isa-sim * riscv-pk * riscv-test-env
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c84f92..21d52f2 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ install: $(ISASIM_H) $(ISASIM_HWACHA_H) $(PK_H) $(ENV_H) $(GAS_H) $(XCC_H) inst.
$(ISASIM_H) $(PK_H) $(ENV_H): $(ALL_OPCODES) parse-opcodes
cp encoding.h $@
- cat opcodes | ./parse-opcodes -c >> $@
+ cat opcodes opcodes-custom | ./parse-opcodes -c >> $@
$(GAS_H) $(XCC_H): $(ALL_OPCODES) parse-opcodes
cat $(ALL_OPCODES) | ./parse-opcodes -c > $@