Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 392 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 392 Bytes

Tasks

This example shows how to use tasks in verilog. Tasks can have any number of inputs and outputs.

Requirements

  • Yosys
  • Arachne-pnr
  • Project IceStorm

Usage

  • make

    Builds chip.bin bitstream

  • make flash

    Program the bitstream to the device.

Pretty loosly based on tomverbeure/upduino