Skip to content

fix: flush stdout in add-fill.py #49

fix: flush stdout in add-fill.py

fix: flush stdout in add-fill.py #49

Workflow file for this run

name: formal
# either manually started, or on a schedule
on: [ push, workflow_dispatch, pull_request ]
jobs:
formal:
# ubuntu
runs-on: ubuntu-latest
steps:
# need the repo checked out
- name: checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
# install oss fpga tools for cocotb and iverilog
- name: install oss-cad-suite
uses: YosysHQ/setup-oss-cad-suite@v3
with:
version: '2024-07-16'
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
yosys --version
- name: formal connectivity
working-directory: formal
run: |
sby -f config.sby