Skip to content

specific wire size on parameteR #22

specific wire size on parameteR

specific wire size on parameteR #22

Workflow file for this run

name: Async_FIFO
on: [push]
jobs:
Lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install verilator
- run: ./flow.sh lint
Simulation:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install verilator
- run: brew install icarus-verilog
- run: ./flow.sh sim
Synthesis:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install yosys
- run: ./flow.sh syn