aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0df0cba..d65b0c7 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,7 @@ The following artifacts can be generated using parse.py:
- inst.chisel : chisel code to decode instructions
- inst.sverilog : system verilog code to decode instructions
- inst.rs : rust code containing mask and match variables for all instructions
+- inst.spinalhdl : spinalhdl code to decode instructions
Make sure you install the required python pre-requisites are installed by executing the following
command: