Skip to content

Change: Slave and master models always drive '0 and not 'x if no #44

Change: Slave and master models always drive '0 and not 'x if no

Change: Slave and master models always drive '0 and not 'x if no #44

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