Skip to content

Fix: slv switch AW channel didn't check wrch FIFO was ready to propag… #41

Fix: slv switch AW channel didn't check wrch FIFO was ready to propag…

Fix: slv switch AW channel didn't check wrch FIFO was ready to propag… #41

Workflow file for this run

name: AXI-CROSSBAR
on: [push]
jobs:
Lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install verilator
- run: git submodule update --init --recursive
- run: ./flow.sh lint
Simulation:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install icarus-verilog
- run: brew install verilator
- run: iverilog -V
- run: verilator -V
- run: git submodule update --init --recursive
- run: ./flow.sh sim
Synthesis:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install yosys
- run: git submodule update --init --recursive
- run: ./flow.sh syn