Skip to content

Commit

Permalink
actions update to generate Go in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neelgala committed May 3, 2022
1 parent 4fb045d commit 4aba5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4aba5dd

Please sign in to comment.