Add a few more FPGA related files
authorAnton Blanchard <anton@linux.ibm.com>
Fri, 23 Aug 2019 06:23:53 +0000 (16:23 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Fri, 23 Aug 2019 06:23:53 +0000 (16:23 +1000)
commit37fe8b954cbf46ca5129b3211cfb1c0b26d6d49b
treeca41270e2c2f0f8fc6d327b16eb5a75071c213ff
parent5a29cb4699a207acb2d481fd52f46255f5e3213c
Add a few more FPGA related files

Add a temporary gcc patch to remove hardware divide instructions.

Also add a firmware.hex file built with a gcc with the above patch.

Right now micropython assumes 1MB of BRAM, which limits the FPGAs
we can run on. We should be able to cut it down somewhat.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
fpga/firmware.hex [new file with mode: 0644]
fpga/nodivide.patch [new file with mode: 0644]