From d5cb229de8bcacf13ce7bf07736b2e756bebb690 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Sat, 3 Mar 2012 15:12:44 -0800 Subject: new instructions to handle vector exceptions --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4cb4597..529cf38 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -ISASIM_H := ../riscv-isa-run/riscv/opcodes.h +ISASIM_H := ../riscv-isa-sim/riscv/opcodes.h PK_H := ../riscv-pk/pk/riscv-opc.h -XCC_H := ../riscv-gcc/src/include/opcode/mips-riscv-opc.h +XCC_H := ../riscv-gcc/binutils-2.21.1/include/opcode/riscv-opc.h install: $(ISASIM_H) $(PK_H) $(XCC_H) inst.v instr-table.tex -- cgit v1.2.3