From 8bf2a914fa26e749744375fb1db3e51734a74561 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 30 Nov 2025 11:52:22 -0800 Subject: [PATCH] apply wording change suggested by cesar in https://git.libre-chip.org/libre-chip/website/pulls/1#issuecomment-380 --- src/grants/cpu_with_programmable_decoder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grants/cpu_with_programmable_decoder.md b/src/grants/cpu_with_programmable_decoder.md index 7d4bf22..28ffddc 100644 --- a/src/grants/cpu_with_programmable_decoder.md +++ b/src/grants/cpu_with_programmable_decoder.md @@ -45,7 +45,7 @@ Estimated Budget: * € 20000 Add the programmable decoder and µOp cache to our CPU design. * € 20000 Build a compiler that can extract the decoder portion of QEMU using pattern matching and some symbolic execution of LLVM IR, converting to a HDL IR more suitable for hardware. * € 15000 Write code to convert the HDL IR to a bitstream we can program into the decoder. -* € 10000 Get the fallback emulator to work, as well as misc. other parts of the compiler needed to make the whole system work together. +* € 10000 Get the fallback software decoder and the software instruction emulator to work, as well as misc. other parts of the compiler needed to make the whole system work together. ## Compare with existing/historical efforts