Skip to content

Change: Split slave/master switchs into read/write separated modules #40

Change: Split slave/master switchs into read/write separated modules

Change: Split slave/master switchs into read/write separated modules #40

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