feat: add native axi_to_apb converter
#63
This file contains hidden or 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: Elaboration | |
| on: | |
| push: | |
| branches-ignore: | |
| - gh-pages | |
| - v** | |
| pull_request: | |
| branches-ignore: | |
| - gh-pages | |
| - v** | |
| jobs: | |
| yosys-slang: | |
| name: yosys-slang elaboration | |
| runs-on: ubuntu-latest | |
| container: | |
| image: hpretl/iic-osic-tools:latest | |
| options: --user root | |
| defaults: | |
| run: | |
| shell: bash -leo pipefail {0} | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6 | |
| - name: Bender checkout | |
| run: bender checkout | |
| - name: Run yosys-slang | |
| run: scripts/run_yosys_slang.sh |