From 128c2b7ef1790b39dc43b5aa2b0876becff01440 Mon Sep 17 00:00:00 2001 From: Quan Nguyen Date: Sun, 24 Nov 2013 22:02:14 -0800 Subject: Add line in Makefile to parse confprec --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 28ec0de..3092932 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ install: $(ISASIM_H) $(PK_H) $(GAS_H) $(XCC_H) inst.chisel instr-table.tex $(ISASIM_H): opcodes parse-opcodes ./parse-opcodes -isasim < $< > $@ + ./parse-opcodes -isasim < opcodes-hwacha-ut > ../riscv-isa-sim/hwacha/opcodes_hwacha_ut_half.h $(PK_H): opcodes parse-opcodes ./parse-opcodes -disasm < $< > $@ -- cgit v1.2.3