aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNeel Gala <neelgala@incoresemi.com>2022-05-02 18:28:53 +0530
committerNeel Gala <neelgala@incoresemi.com>2022-05-02 18:28:53 +0530
commitbc92b799d9e96b53a0e57e738bff8f12e6e1fc2d (patch)
tree5a36c75c9e2bec76221ae0df092d7d0f98c1cf20 /Makefile
parent738fa4a5695edd54bede848f103f5d69fb5bdc6c (diff)
downloadriscv-opcodes-bc92b799d9e96b53a0e57e738bff8f12e6e1fc2d.zip
riscv-opcodes-bc92b799d9e96b53a0e57e738bff8f12e6e1fc2d.tar.gz
riscv-opcodes-bc92b799d9e96b53a0e57e738bff8f12e6e1fc2d.tar.bz2
adding support for spinalhdl code generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8cd4db..be917b4 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ install: everything
.PHONY : everything
everything:
- @./parse.py -c -chisel -sverilog -rust -latex $(EXTENSIONS)
+ @./parse.py -c -chisel -sverilog -rust -latex -spinalhdl $(EXTENSIONS)
.PHONY : encoding.out.h
encoding.out.h:
@@ -47,3 +47,7 @@ instr-table.tex: latex
.PHONY: priv-instr-table.tex
priv-instr-table.tex: latex
+
+.PHONY: inst.spinalhdl
+inst.spinalhdl:
+ @./parse.py -spinalhdl $(EXTENSIONS)