Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 998 Bytes

File metadata and controls

56 lines (40 loc) · 998 Bytes

Blinking

Introduction

This benchmark is designed to test the flip-flop/registers in FPGAs. It is a 1-bit clock divider, which outputs half frequency of the input clock.

Source codes

See details in simple_registers/blinking

Block Diagram

Blinking schematic

Blinking schematic

Performance

Expect to consume only 1 LUT and 1 flip-flop of an FPGA. It can reflect the maximum speed of an FPGA between a LUT and a flip-flop.

Warning

The following resource utilization is just an estimation! Different tools in different versions may result differently.

Estimated resource Utilization
Tool/Resource Inputs Outputs LUT4 FF Carry DSP BRAM
General 0 1 1 1 0 0 0