SkillAgentSearch skills...

Prga

Open-source FPGA research and prototyping framework.

Install / Use

npx skills add PrincetonUniversity/prga

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PRGA logo

Princeton Reconfigurable Gate Array

License Documentation Status ci-install ci-dev

Build your own FPGA Chip or embedded FPGA IP with Python, and enjoy a fully open-source, auto-generated CAD flow specifically for your custom FPGA.

Find out more

Quickstart

# Install PRGA and dependencies
cd /path/to/prga/
./envscr/install

# Install iverilog (Icarus Verilog) if Synopsys VCS is not available
# ...

# Activate Python virtual environment
source ./envscr/activate

# build an example FPGA
make -C examples/fpga/magic/k4_N2_8x8

# create CAD & verification project
make -C examples/app/bcd2bin/magic_k4_N2_8x8

# run RTL-to-bitstream flow and post-implementation simulation
make -C examples/app/bcd2bin/magic_k4_N2_8x8/tests/basic

Related Skills

View on GitHub
GitHub Stars212
CategoryEducation
Updated1mo ago
Forks30

Languages

SCSS

Security Score

95/100

Audited on Jul 5, 2026

No findings