Skip to content

polarbearsrock/prga-fork

 
 

Repository files navigation

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

About

Open-source FPGA research and prototyping framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 54.1%
  • HTML 40.8%
  • Shell 4.5%
  • Other 0.6%