From 729c02c8c9a36fff7e80aec595b28e3e098dc7c7 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Thu, 30 Jan 2020 07:35:23 +1100 Subject: [PATCH] Fix another reference to Makefile.synth in README.md Signed-off-by: Anton Blanchard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d8cf7..570ca17 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ scripts/bin2hex.py ../micropython/ports/powerpc/build/firmware.bin > insns.hex Synthesis on FPGAs is supported with yosys/nextpnr. It uses Docker images, so no software other than Docker needs to be installed. If you prefer podman you can use that too. -Edit Makefile.synth to configure your FPGA, JTAG device etc. You will also need to configure the +Edit Makefile to configure your FPGA, JTAG device etc. You will also need to configure the amount of block RAM your FPGA supports, by editing `src/main/scala/Core.scala`. Here we are using 128kB of block RAM: