aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Gala <neelgala@incoresemi.com>2022-05-03 11:28:57 +0530
committerNeel Gala <neelgala@incoresemi.com>2022-05-03 11:28:57 +0530
commit4aba5dd473577015281484e876f0c922b30696ac (patch)
tree3325155de24726a4d0a07e4f75c14e5fe84b5071
parent4fb045d71002b82cf15573c336743d8cdf6a9f87 (diff)
downloadriscv-opcodes-4aba5dd473577015281484e876f0c922b30696ac.zip
riscv-opcodes-4aba5dd473577015281484e876f0c922b30696ac.tar.gz
riscv-opcodes-4aba5dd473577015281484e876f0c922b30696ac.tar.bz2
actions update to generate Go in CI
-rw-r--r--.github/workflows/python-app.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml
index 72a8128..2781ac5 100644
--- a/.github/workflows/python-app.yml
+++ b/.github/workflows/python-app.yml
@@ -18,6 +18,6 @@ jobs:
- name: Install PyYAML
run: pip3 install -r requirements.txt
- name: Generation C code
- run: ./parse.py -c -chisel -sverilog -rust -latex "rv*" "unratified/rv*"
+ run: ./parse.py -c -chisel -sverilog -rust -latex -spinalhdl -go "rv*" "unratified/rv*"
- name: Check C output
run: cat encoding.out.h | cpp