mirror of https://github.com/lnis-uofu/SOFA.git
[Doc] Add introduction to the frontpage readme
This commit is contained in:
parent
d85e0e8e62
commit
aa845d506e
|
@ -4,7 +4,13 @@
|
|||
|
||||
## Introduction
|
||||
|
||||
SOFA (**S**kywater **O**pensource **F**PG**A**s) are a series of open-source FPGA IPs using the open-source [Skywater 130nm PDK](https://github.com/google/skywater-pdk) and [OpenFPGA](https://github.com/lnis-uofu/OpenFPGA) framework
|
||||
SOFA (**S**kywater **O**pensource **F**PG**A**s) are a series of open-source FPGA IPs using the open-source [Skywater 130nm PDK](https://github.com/google/skywater-pdk) and [OpenFPGA](https://github.com/lnis-uofu/OpenFPGA) framework.
|
||||
|
||||
This repository provide the following support for the eFPGA IPs
|
||||
- **Architecture description file** : Users can inspect architecture details and try architecture evalution using the [VTR project](https://github.com/verilog-to-routing/vtr-verilog-to-routing) and the [OpenFPGA project(https://github.com/lnis-uofu/OpenFPGA)].
|
||||
- **Post-layout Verilog Netlists**: Users can run HDL simulations on the eFPGA IPs to validate their applications
|
||||
- **Benchmark suites**: An example benchmarking suite with which users can run quick examples on the eFPGA IPs
|
||||
- **Documentation**: Datasheets for each eFPGA IPs downto circuit-level details
|
||||
|
||||
<p>
|
||||
<img src="./DOC/source/device/hd_fpga/figures/sofa_hd_layout.png" width="200">
|
||||
|
|
Loading…
Reference in New Issue