From 6650e556079c02304e80d2200897b6fa9c6087ba Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Thu, 9 Jun 2022 19:19:01 +0530 Subject: avoid rv128 extension for encoding.h generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.1