aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/python-app.yml
diff options
context:
space:
mode:
authorNeel Gala <neelgala@incoresemi.com>2022-04-11 11:31:18 +0530
committerNeel Gala <neelgala@incoresemi.com>2022-04-11 11:31:18 +0530
commitd8552e5bd23e9dec802579f3f7c76d137eaca42c (patch)
tree8566818e0796620fe8ff285791438a675c372cc3 /.github/workflows/python-app.yml
parentbcf0a019a5ab6c467acd39147ced59ca0d0b4852 (diff)
downloadriscv-opcodes-d8552e5bd23e9dec802579f3f7c76d137eaca42c.zip
riscv-opcodes-d8552e5bd23e9dec802579f3f7c76d137eaca42c.tar.gz
riscv-opcodes-d8552e5bd23e9dec802579f3f7c76d137eaca42c.tar.bz2
update github actions yaml with new command line
Diffstat (limited to '.github/workflows/python-app.yml')
-rw-r--r--.github/workflows/python-app.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml
index e259c3e..798c25f 100644
--- a/.github/workflows/python-app.yml
+++ b/.github/workflows/python-app.yml
@@ -16,6 +16,6 @@ jobs:
with:
python-version: 3.8
- name: Generation C code
- run: cat opcodes-* | ./parse_opcodes -c > result.h
+ run: ./parse.py -c -chisel -sverilog -rust -latex "rv*" "unratified/rv*"
- name: Check C output
- run: cat result.h | cpp
+ run: cat encoding.out.h | cpp