run manta as module in automated tests

This commit is contained in:
Fischer Moseley 2023-02-15 14:00:24 -05:00
parent bd42850bf8
commit 7edeea3f13
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
python3 -m pip install .
- name: Generate Core
run: manta gen examples/counter/manta.yaml examples/counter/src/debug.sv
run: python3 -m manta gen examples/counter/manta.yaml examples/counter/src/debug.sv
- name: Build Verilog
working-directory: examples/counter