PrincetonUniversity / Prga

Licence: bsd-3-clause
Open-source FPGA research and prototyping framework.

Labels

Projects that are alternatives of or similar to Prga

Numix Gtk Theme
A modern flat theme with a combination of light and dark elements.
Stars: ✭ 1,122 (+1396%)
Mutual labels:  scss
Bem Kit
💄 CSS UI kit with BEM convention and SASS
Stars: ✭ 69 (-8%)
Mutual labels:  scss
Plume Css
A lightweight, minimal and highly themeable CSS Micro-Framework
Stars: ✭ 74 (-1.33%)
Mutual labels:  scss
Ttoos
开源之道,致力于开源相关思想、知识和价值的探究!
Stars: ✭ 64 (-14.67%)
Mutual labels:  scss
Gulp Wechat Webapp
基于gulp,以scss的方式写wxss,、提高开发效率的一个入门示例
Stars: ✭ 68 (-9.33%)
Mutual labels:  scss
Opendataday
Open Data Day website
Stars: ✭ 70 (-6.67%)
Mutual labels:  scss
Roman.nurik.net
My personal site.
Stars: ✭ 60 (-20%)
Mutual labels:  scss
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
Stars: ✭ 9,350 (+12366.67%)
Mutual labels:  scss
Ohana Web Search
A mobile-friendly website for finding human and social services in your community
Stars: ✭ 68 (-9.33%)
Mutual labels:  scss
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+1482.67%)
Mutual labels:  scss
Znlbwo.github.io
Stars: ✭ 65 (-13.33%)
Mutual labels:  scss
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (+1429.33%)
Mutual labels:  scss
Libsasshost
.NET wrapper around the LibSass library with the ability to support a virtual file system.
Stars: ✭ 71 (-5.33%)
Mutual labels:  scss
Selectize Bootstrap 4 Style
Selectize (https://github.com/selectize/selectize.js) Theme for Bootstrap v4.4.1
Stars: ✭ 64 (-14.67%)
Mutual labels:  scss
Minimalism
Minimalism is a Jekyll theme for minimalist!
Stars: ✭ 74 (-1.33%)
Mutual labels:  scss
Design System Starter
🚀 The Australian Government Design System - Starter
Stars: ✭ 61 (-18.67%)
Mutual labels:  scss
Nodetyped
Node.js Express Startup Seed with ES6, Typescript, SCSS, EJS, Nodemon, Bootstrap 4, TSLint, TypeDoc
Stars: ✭ 69 (-8%)
Mutual labels:  scss
Gruvbox Contrib
Ports of the gruvbox colorscheme
Stars: ✭ 1,198 (+1497.33%)
Mutual labels:  scss
Pm2 Hive.github.io
Documentation website for PM2
Stars: ✭ 73 (-2.67%)
Mutual labels:  scss
Frontnote
Node.jsを使ったスタイルガイドジェネレーター
Stars: ✭ 73 (-2.67%)
Mutual labels:  scss

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].