Skip to content

LPM Masking: Fix masking for fields with bitwidth non divisable by 8. #94

LPM Masking: Fix masking for fields with bitwidth non divisable by 8.

LPM Masking: Fix masking for fields with bitwidth non divisable by 8. #94

Workflow file for this run

name: TOC
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
toc:
runs-on: ubuntu-latest
steps:
- name: Check-out code
uses: actions/checkout@v5
- name: Update TOCs
run: make toc
- name: Check for changes
run: |
[ -z "$(git status --untracked-files=no --porcelain)" ]