Skip to content

Commit

Permalink
check diff
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <[email protected]>
  • Loading branch information
kareefardi committed Feb 13, 2025
1 parent 208973e commit 54ed486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bus-wrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
rm -rf ${ip_dir}/README.md
rm -rf ${ip_dir}/verify/README.md
rm -rf ${ip_dir}/fw/${ip_name}_regs.h
git -C ${{ env.IP_PATH }} status
mkdir -p ${ip_dir}/hdl/rtl/bus_wrappers/dft
python3 $bus_wrap_dir/scripts/bus_wrap.py ${ip_dir}/${ip_name}.yaml -apb > ${ip_dir}/hdl/rtl/bus_wrappers/${ip_name}_APB.dev.v
Expand Down Expand Up @@ -93,3 +94,4 @@ jobs:
- name: Check output
run: |
git -C ${{ env.IP_PATH }} status
git -C ${{ env.IP_PATH }} diff

0 comments on commit 54ed486

Please sign in to comment.