mirror of https://github.com/lnis-uofu/SOFA.git
[Documentation] Update README frontpage
This commit is contained in:
parent
3fb8e425a7
commit
8e9a5e1c71
18
README.md
18
README.md
|
@ -1,2 +1,20 @@
|
|||
# skywater-openfpga
|
||||
FPGA tape-outs using the open-source Skywater 130nm PDK and OpenFPGA
|
||||
|
||||
* 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: scripts and workspace of Synopsys IC Compiler 2
|
||||
Keep a README inside the folder about the ICC2 version and how-to-use.
|
||||
- MSIM: scripts and 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 a separated directory
|
||||
|
|
Loading…
Reference in New Issue