Merge pull request #405 from FPGA-MAFIA/core_rrv #472
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |