Skip to content
Jeff Bush edited this page Jan 1, 2018 · 191 revisions

Overview

This processor is a hybrid architecture that combines GPU architectural concepts with a general purpose instruction set. The hardware implementation is focused more on computation than graphics, as it currently lacks fixed function graphics hardware. It is capable of operating as a coprocessor or a standalone processor. It includes support for:

  • Multiple cores with cache coherence
  • Hardware multithreading
  • Wide vector floating point SIMD with predicated execution
  • Virtual memory

When synthesized for a Cyclone IV FPGA, this takes ~74k logic elements and has a maximum frequency of ~54 MHz. When synthesized for ASIC using the NanGate 45 nm cell library and Syopsys Design Compiler, estimates show a maximum frequency of 671 MHz. Each core takes 1.84 mm2 of area and uses 329 mW.

Documentation

Misc

Clone this wiki locally