From cd97d2f441715dd31bb3fd079ab86dd957b5b4b0 Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Wed, 13 Jan 2016 12:04:37 -0800 Subject: remove hwachaV3 definitions --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 906c411..0fa58a0 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,12 @@ SHELL := /bin/sh ISASIM_H := ../riscv-isa-sim/riscv/encoding.h -ISASIM_HWACHA_H := ../riscv-isa-sim/hwacha/opcodes_hwacha_ut.h PK_H := ../riscv-pk/pk/encoding.h FESVR_H := ../riscv-fesvr/fesvr/encoding.h ENV_H := ../riscv-tests/env/encoding.h GAS_H := ../riscv-gnu-toolchain/binutils/include/opcode/riscv-opc.h -ALL_OPCODES := opcodes-pseudo opcodes opcodes-rvc opcodes-rvc-pseudo opcodes-hwacha-pseudo opcodes-hwacha opcodes-hwacha-ut opcodes-custom +ALL_OPCODES := opcodes-pseudo opcodes opcodes-rvc opcodes-rvc-pseudo opcodes-custom install: $(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H) $(GAS_H) inst.chisel instr-table.tex priv-instr-table.tex @@ -18,11 +17,6 @@ $(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H): $(ALL_OPCODES) parse-opcodes encoding.h $(GAS_H) $(XCC_H): $(ALL_OPCODES) parse-opcodes cat $(ALL_OPCODES) | ./parse-opcodes -c > $@ -$(ISASIM_HWACHA_H): $(ALL_OPCODES) parse-opcodes - cat opcodes opcodes-hwacha-ut | ./parse-opcodes -c | \ - sed 's/DECLARE_INSN(/DECLARE_INSN(ut_/g' | \ - cpp -P -D DECLARE_INSN=DECLARE_INSN | sort -o $@ - inst.chisel: $(ALL_OPCODES) parse-opcodes cat opcodes opcodes-custom opcodes-pseudo | ./parse-opcodes -chisel > $@ -- cgit v1.2.3