Skip to content

Change: Don't interleave read completion anymore and just route #42

Change: Don't interleave read completion anymore and just route

Change: Don't interleave read completion anymore and just route #42

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