Add STREAM_RD_ERR
state coverage in axi4_to_ahb.sv
#153
Workflow file for this run
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
name: GH-Pages PR Remove | |
on: | |
pull_request: | |
types: | |
- closed | |
jobs: | |
build: | |
name: PR Remove | |
concurrency: | |
group: gh-pages | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- name: Save PR number | |
run: | | |
echo "number=${{ github.event.number }}" >> delete_pr_number.txt | |
- name: Upload artifacts | |
uses: actions/upload-artifact@v3 | |
with: | |
name: delete_pr_number | |
path: ./delete_pr_number.txt |