generated from efabless/caravel_user_project
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from IAmMarcelJung/doc/update_readme
WIP: Update README.md
- Loading branch information
Showing
1 changed file
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,41 @@ | ||
# Caravel User Project | ||
# FPGA IGNITE 2024 | ||
|
||
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![UPRJ_CI](https://github.com/efabless/caravel_project_example/actions/workflows/user_project_ci.yml/badge.svg)](https://github.com/efabless/caravel_project_example/actions/workflows/user_project_ci.yml) [![Caravel Build](https://github.com/efabless/caravel_project_example/actions/workflows/caravel_build.yml/badge.svg)](https://github.com/efabless/caravel_project_example/actions/workflows/caravel_build.yml) | ||
|
||
| :exclamation: Important Note | | ||
|-----------------------------------------| | ||
This is a Multi Project Die (MPD) submission which contains designs created | ||
during the FPGA Ignite Summer School 2024 at Heidelberg University. The designs | ||
are listed below. More detailed descriptions can be found in the respective GitHub | ||
projects. All designs are connected to an eFPGA created using the | ||
[FABulous](https://github.com/FPGA-Research-Manchester/FABulous) Framework. | ||
|
||
## Please fill in your project documentation in this README.md file | ||
Refer to [README](docs/source/index.md) for get the design ready for a | ||
submission. | ||
|
||
Refer to [README](docs/source/index.md) for this sample project documentation. | ||
## FPGAIgnite-VGA | ||
|
||
The design consists of a pixel processing unit (PPU) to generate image patterns | ||
and a 6-bit/64-color Video Graphics Array (VGA) Driver. | ||
|
||
Repo: https://github.com/jhspuk/FPGAIgnite-VGA | ||
|
||
## THE RING | ||
|
||
An 8-bit random number generator based on ring oscillators. | ||
|
||
Repo: https://github.com/matztron/ignite24_rng | ||
|
||
## CXBex | ||
|
||
<!-- TODO: --> | ||
Repo: https://github.com/TaoBi22/cxbex | ||
|
||
## PERCIVAL | ||
|
||
<!-- TODO: Just copied the first sentence of their repo, is that fine? --> | ||
PERCIVAL is an application-level posit capable RISC-V core based on CVA6 that | ||
can execute all posit instructions, including the quire fused operations. | ||
|
||
Repo: https://github.com/ormskirk77/PERCIVAL_heidelberg | ||
|
||
<!-- TODO: Probably remove --> | ||
## NOVA Core |