From c30bd0737f620e0411263f74e63520c5d0f8ddd6 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 24 Oct 2025 16:36:31 -0700 Subject: [PATCH] add readme --- README.md | 15 +++++++++++++++ crates/cpu/README.md | 1 + 2 files changed, 16 insertions(+) create mode 100644 README.md create mode 120000 crates/cpu/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..03fad1d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ + +# Libre-Chip's CPU + + + +# Funding + +## NLnet Grants + +* [Libre-Chip CPU with proof of No Spectre bugs](https://nlnet.nl/project/Libre-Chip-proof/) 2024-12-324 [(progress)](https://git.libre-chip.org/libre-chip/grant-tracking/src/branch/master/nlnet-2024-12-324/progress.md) + +This project was funded through the [NGI0 Commons Fund](https://nlnet.nl/commonsfund), a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) programme, under the aegis of [DG Communications Networks, Content and Technology](https://commission.europa.eu/about-european-commission/departments-and-executive-agencies/communications-networks-content-and-technology_en) under grant agreement № [101135429](https://cordis.europa.eu/project/id/101135429). Additional funding is made available by the [Swiss State Secretariat for Education, Research and Innovation](https://www.sbfi.admin.ch/sbfi/en/home.html) (SERI). diff --git a/crates/cpu/README.md b/crates/cpu/README.md new file mode 120000 index 0000000..fe84005 --- /dev/null +++ b/crates/cpu/README.md @@ -0,0 +1 @@ +../../README.md \ No newline at end of file