github actions debugging

This commit is contained in:
Fischer Moseley 2023-02-15 14:04:10 -05:00
parent 7edeea3f13
commit 949932f40c
1 changed files with 3 additions and 1 deletions

View File

@ -16,10 +16,12 @@ jobs:
- name: Install Manta from Source
run: |
pip install setuptools --upgrade
apt install -y tree
tree
python3 -m pip install .
- name: Generate Core
run: python3 -m manta gen examples/counter/manta.yaml examples/counter/src/debug.sv
run: manta gen examples/counter/manta.yaml examples/counter/src/debug.sv
- name: Build Verilog
working-directory: examples/counter