From 80529256d64bf70e1cf2279d7a896dc5e338aa4d Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 2 Apr 2015 13:54:48 -0700 Subject: Distinguish Sv39/Sv48; reserve some PPN bits --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f10f353..54e9999 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ ALL_OPCODES := opcodes opcodes-pseudo opcodes-rvc opcodes-hwacha opcodes-hwacha- install: $(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H) $(GAS_H) $(XCC_H) inst.chisel instr-table.tex -$(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H): $(ALL_OPCODES) parse-opcodes +$(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H): $(ALL_OPCODES) parse-opcodes encoding.h cp encoding.h $@ cat opcodes opcodes-rvc | ./parse-opcodes -c >> $@ -- cgit v1.2.3