Skip to content

Merge pull request #401 from FPGA-MAFIA/core_rrv #463

Merge pull request #401 from FPGA-MAFIA/core_rrv

Merge pull request #401 from FPGA-MAFIA/core_rrv #463

Workflow file for this run

# this is a github action that runs the python build
name: mafia_fpga
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: [self-hosted , windows, x64]
steps:
- uses: actions/checkout@v2
- name: Run BIG_CORE build , then compile & synth for FPGA | -hw -sim -fpga
run: python build.py -dut 'big_core' -test alive -app -hw -sim -fpga