From 70b52dd5fa74b5968a20ded22df4ae3a9a76d7f4 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Thu, 23 Oct 2014 16:59:45 -0400 Subject: Enable the four custom instructions Will update encoding.h in the following components: * riscv-isa-sim * riscv-pk * riscv-test-env --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 > $@ -- cgit v1.2.3