Skip to content

Commit

Permalink
avoid rv128 extension for encoding.h generation
Browse files Browse the repository at this point in the history
  • Loading branch information
neelgala committed Jun 9, 2022
1 parent 8b49e14 commit 6650e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6650e55

Please sign in to comment.