We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7413d7a commit 14af29fCopy full SHA for 14af29f
README.adoc
@@ -96,3 +96,11 @@ compiled Erlang code.
96
https://cheri-cpu.org[CHERI]-enabled
97
RISC-V GPGPU with dynamic scalarisation features and high performance
98
density on Intel's Stratix 10 FPGA.
99
+
100
+* https://github.com/blarney-lang/five/[Five]: A formally verified
101
+implementation of the classic 5-stage RISC pipeline as an abstract component,
102
+largely independent of any specific instruction set.
103
104
+* https://github.com/blarney-lang/five-alive/[FiveAlive]: A proof-of-concept
105
+instantiation of the https://github.com/blarney-lang/five/[Five] pipeline with
106
+the RISC-V instruction set to give a simple 32-bit microcontroller.
0 commit comments