aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Zaruba <zarubaf@iis.ee.ethz.ch>2019-02-11 19:41:39 +0100
committerAndrew Waterman <aswaterman@gmail.com>2019-02-11 10:41:39 -0800
commita2f7cf2080b3809de1141b9652c3dce341053e2a (patch)
tree835b06a09d20b9bf0023c8c6723b3ac43e2abc4e /Makefile
parentec25bc8728fcdc3e960213ff85773efd61673aa8 (diff)
downloadriscv-opcodes-a2f7cf2080b3809de1141b9652c3dce341053e2a.zip
riscv-opcodes-a2f7cf2080b3809de1141b9652c3dce341053e2a.tar.gz
riscv-opcodes-a2f7cf2080b3809de1141b9652c3dce341053e2a.tar.bz2
Add SystemVerilog generation (#24)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6c8825..a685bff 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,9 @@ inst.chisel: $(ALL_OPCODES) parse-opcodes
inst.go: opcodes opcodes-pseudo parse-opcodes
cat opcodes opcodes-pseudo | ./parse-opcodes -go > $@
+inst.sverilog: opcodes opcodes-pseudo parse-opcodes
+ cat opcodes opcodes-rvc opcodes-rvc-pseudo opcodes-custom opcodes-pseudo | ./parse-opcodes -sverilog > $@
+
instr-table.tex: $(ALL_OPCODES) parse-opcodes
cat opcodes opcodes-pseudo | ./parse-opcodes -tex > $@