Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 498 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 498 Bytes

pipelineC and IceBreaker

This repository implements a simple blink program on the IceBreaker FPGA board using pipelineC and the GHDL + YOSYS + nextpnr open source toolchain.

VHDL pipelineC Blink

The code for blinking the LED is inside the file blink.c, it gets translated into VHDL using pipelineC. GHDL uses these files in combination with YOSYS to synthesize the hardware for the FPGA.