# sled-fpga-hub75 **Repository Path**: zhihuaxie007/sled-fpga-hub75 ## Basic Information - **Project Name**: sled-fpga-hub75 - **Description**: No description available - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-21 - **Last Updated**: 2025-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sled-fpga-hub75 Verilog code to drive HUB75 matrices with FPGAs from sled. # Building Install [icestorm](http://www.clifford.at/icestorm/) for your computer once: ```sh sudo apt-get install build-essential clang bison flex libreadline-dev \ gawk tcl-dev libffi-dev git mercurial graphviz \ xdot pkg-config python python3 libftdi-dev mkdir icestorm-build cd icestorm-build git clone https://github.com/cliffordwolf/icestorm.git icestorm cd icestorm make -j$(nproc) sudo make install cd .. git clone https://github.com/cseed/arachne-pnr.git arachne-pnr cd arachne-pnr make -j$(nproc) sudo make install cd .. git clone https://github.com/cliffordwolf/yosys.git yosys cd yosys make -j$(nproc) sudo make install cd .. ``` Then flash the prototype BX boards with `tinyprog`.