(no commit message)
authoryimmanuel3@f4ac60d763911c3fa518755176e4b9ed455c75d8 <yimmanuel3@web>
Mon, 6 Apr 2020 22:44:31 +0000 (23:44 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 6 Apr 2020 22:44:31 +0000 (23:44 +0100)
why_a_libresoc.mdwn

index 29cdb0c61316fa908c095e1f57d3461f40bb8f28..069f43176b5c5b800b9703e4f5ea744d35eb92c9 100644 (file)
@@ -1,5 +1,11 @@
 # Why a Libre-SOC?
 
+## TLDR
+
+We believe a computer should be safe to use, and this starts with a safe processor.
+
+## The Lengthier Explanation...
+
 Its quite hard to guarantee that performant processors (think pipelined, out-of-order) are functionally perfectly correct. In fact, it often turns out that they [aren’t](https://meltdownattack.com).
 
 There are entire [dissertations](http://www.kroening.com/diss/diss-kroe.pdf) dedicated to the subject matter of merely functionally verifying a pipeline (this doesn’t even consider out of order execution).