More robust coax_rx start sequence detection

This commit is contained in:
Andrew Kay
2021-10-24 16:04:48 -05:00
parent 803a16e93d
commit 55d7a2d784
9 changed files with 489 additions and 534 deletions

View File

@@ -49,7 +49,7 @@ jobs:
aws-region: us-east-1
- name: Get bitstream source SHA
run: |
BITSTREAM_SOURCE_SHA=$(git log -n 1 --format=%H .)
BITSTREAM_SOURCE_SHA=$(git log -n 1 --format=%H rtl)
echo Bitstream source SHA is $BITSTREAM_SOURCE_SHA
echo "BITSTREAM_SOURCE_SHA=$BITSTREAM_SOURCE_SHA" >> $GITHUB_ENV
- name: Check bitstream cache