From b307dca0dcf4fd9be9ddc5c80ead64f12d37c393 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 21 Jan 2016 15:21:36 -0500 Subject: Support generating Go code Generate Go code for the RISC-V Go port . --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0fa58a0..cce8512 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ $(GAS_H) $(XCC_H): $(ALL_OPCODES) parse-opcodes inst.chisel: $(ALL_OPCODES) parse-opcodes cat opcodes opcodes-custom opcodes-pseudo | ./parse-opcodes -chisel > $@ +inst.go: opcodes opcodes-pseudo parse-opcodes + cat opcodes opcodes-pseudo | ./parse-opcodes -go > $@ + instr-table.tex: $(ALL_OPCODES) parse-opcodes cat opcodes opcodes-pseudo | ./parse-opcodes -tex > $@ -- cgit v1.2.3