Go to file
tangxifan 407d91660a [Doc] rename readthedoc setting file 2020-11-12 19:34:04 -07:00
ARCH [Arch] Use global clock from tile port in caravel architecture 2020-11-11 19:43:24 -07:00
DOC [Doc] Add online documentation 2020-11-12 19:07:10 -07:00
FPGA22_HIER_SKY_PNR Change configuration flipflop + Fixed configuration chain 2020-11-09 19:17:15 -07:00
FPGA1212_FC_HD_SKY_PNR Updated 12x12 design skipped module GDSs 2020-11-10 15:37:00 -07:00
HDL [HDL] Update wrapper for caravel SoC interface 2020-11-12 19:06:49 -07:00
PDK [HDL] Move verilog wrapper to HDL directory 2020-11-03 09:19:43 -07:00
SCRIPT [Script] Add openfpga task for 12x12 fabric fit caravel SoC 2020-11-11 15:20:01 -07:00
SDC [Doc] Add README to SDC and Testbench directories 2020-11-03 09:27:06 -07:00
SDF [Doc] Add readme to SDF dir 2020-11-08 16:35:10 -07:00
SNPS_PT [SNPS_PT] fine-tune script for SDF output directory 2020-11-08 16:35:35 -07:00
TESTBENCH [Testbench] Add post PnR testbench for 12x12 fabric 2020-11-11 17:16:21 -07:00
.gitattributes Added SPEF files in git lfs 2020-10-28 12:39:15 -06:00
.gitignore [Git] Add ignore files to doc compiled results 2020-11-12 19:13:20 -07:00
.readthedocs.yml [Doc] rename readthedoc setting file 2020-11-12 19:34:04 -07:00
LICENSE Initial commit 2020-10-09 14:16:36 -06:00
README.md [Documentation] Update frontpage readme for the usage of setup scripts 2020-10-14 11:15:40 -06:00

README.md

skywater-openfpga

FPGA tape-outs using the open-source Skywater 130nm PDK and OpenFPGA

Quick Start

#Clone the repository and go inside it
git clone https://github.com/LNIS-Projects/skywater-openfpga.git
python3 SCRIPT/repo_setup.py --openfpga_root_path ${OPENFPGA_PROJECT_DIRECTORY}
  • If you have openfpga repository cloned in the level of this project, you can simple call
  python3 SCRIPT/repo_setup.py

Otherwise, you should provide full path for the --openfpga\root_path

Directory Organization

  • Keep this folder clean and organized as follows

    • DOC: documentation of the project
    • ARCH: Architecture XML and other input files which OpenFPGA requires to generate Verilog netlists
    • BENCHMARK: Benchmarks to be tested on the FPGA fabric
    • HDL: Hardware description netlists for the FPGA fabrics
    • SDC: design constraints
    • SCRIPT: Scripts to setup, run OpenFPGA etc.
    • TESTBENCH: Verilog testbenches generated by OpenFPGA
    • PDK: Technology files linked from skywater opensource pdk
    • SNPS_ICC2: workspace of Synopsys IC Compiler 2 Keep a README inside the folder about the ICC2 version and how-to-use.
    • MSIM: workspace of verification using Mentor ModelSim
  • Note:

    • Please ONLY place folders under this directory. README should be the ONLY file under this directory
    • Each EDA tool should have independent workspace in separated directories