Skip to content

Projects

Explore the active projects in Evolvable Hardware research.

Bitstream Evolution (iCEstick)

An open-source platform for intrinsic analog evolvable hardware research using the Lattice iCE40 HX1K FPGA on the iCEstick development board.

  • Hardware Setup


    Bill of materials, assembly instructions, and wiring guide for the iCEstick evaluation board.

    Setup Guide

  • Software


    The BitstreamEvolution toolkit — evolutionary algorithms, bitstream manipulation, and FPGA communication.

    GitHub Repository

Bitstream Evolution (pico2-ice)

Porting the Bitstream Evolution toolkit to the pico2-ice development board, enabling new hardware capabilities and parallel evaluation across multiple FPGAs.

  • Hardware Setup


    Setup instructions and troubleshooting for the pico2-ice development board.

    Setup Guide

  • Software


    The pico2-ice port of the BitstreamEvolution toolkit with board-specific firmware and communication.

    GitHub Repository

iCEFARM

FPGA Array Resource Manager — a parallel evaluation system that distributes evolutionary runs across multiple pico2-ice boards simultaneously.

  • Hardware Setup


    Hardware configuration for deploying an array of pico2-ice boards for parallel FPGA evaluation.

    Learn More

  • Software


    Job distribution and board management software for the iCEFARM parallel evaluation system.

    GitHub Repository

iCE40 Memory Controller

A Verilog-based hardware project for reading and writing to Block RAM (BRAM) on iCE40 FPGAs, supporting both the HX1K and UP5K devices.

  • Overview


    BRAM and SPRAM interfaces with UART communication and automated testbenches for iCE40 devices.

    Learn More

  • Software


    Verilog memory controller with Python host scripts for pico-ice and pico2-ice boards.

    GitHub Repository

PUFFS

PyTest Unified Framework for FPGA Simulation — a testing framework combining pytest with cocotb for hardware design verification.

  • Overview


    Unified testing environment for FPGA designs using familiar Python workflows with cocotb simulation.

    Learn More

  • Software


    Python-based testing framework with gold models, unit tests, and RTL design verification.

    GitHub Repository