Skip to content

[Ci/Cd] Add fcr option into compilation. #35

[Ci/Cd] Add fcr option into compilation.

[Ci/Cd] Add fcr option into compilation. #35

Workflow file for this run

name: CI/CD for Chisel Project
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
dec_p285_n255_k239:
runs-on: ubuntu-latest
strategy:
matrix:
bus-width: [4, 8]
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
- name: build
uses: ./.github/actions/chisel-build
with:
axis_clock: '156.25'
core_clock: '125.00'
symb_width: '8'
bus_width: ${{ matrix.bus-width}}
poly: '285'
fcr: '0'
n_len: '255'
k_len: '239'
- name: coco-sim
uses: ./.github/actions/cocotb-sim