Skip to content

Change: Remove timeout feature in architecture doc #30

Change: Remove timeout feature in architecture doc

Change: Remove timeout feature in architecture doc #30

Workflow file for this run

name: AXI-CROSSBAR
on: [push]
jobs:
lint-code:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install verilator
- run: ./flow.sh lint
sim-tests:
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