diff options
author | Arun Thomas <arun.thomas@gmail.com> | 2014-10-23 16:59:45 -0400 |
---|---|---|
committer | Arun Thomas <arun.thomas@gmail.com> | 2014-10-23 17:09:04 -0400 |
commit | 70b52dd5fa74b5968a20ded22df4ae3a9a76d7f4 (patch) | |
tree | 2058aa1edbd5e17d9286b9d430444d07e5912942 | |
parent | 04e3614f776c9721114ca451a3c71612085877dc (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 > $@ |