aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNeel Gala <neelgala@incoresemi.com>2022-06-09 19:19:01 +0530
committerNeel Gala <neelgala@incoresemi.com>2022-06-09 19:19:01 +0530
commit6650e556079c02304e80d2200897b6fa9c6087ba (patch)
tree33e418c5fc96e56e284cbbe16637548a5a95bbc6 /Makefile
parent8b49e14b6e04be13be5a95a247437c9dc91b8ece (diff)
downloadriscv-opcodes-6650e556079c02304e80d2200897b6fa9c6087ba.zip
riscv-opcodes-6650e556079c02304e80d2200897b6fa9c6087ba.tar.gz
riscv-opcodes-6650e556079c02304e80d2200897b6fa9c6087ba.tar.bz2
avoid rv128 extension for encoding.h generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfadf3f..cce19cd 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ everything:
.PHONY : encoding.out.h
encoding.out.h:
- @./parse.py -c $(EXTENSIONS)
+ @./parse.py -c rv* unratified/rv_* unratified/rv32* unratified/rv64*
.PHONY : inst.chisel
inst.chisel: