apply wording change suggested by cesar in #1 (comment)

This commit is contained in:
Jacob Lifshay 2025-11-30 11:52:22 -08:00
parent 2f742e7606
commit 8bf2a914fa
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -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