Yet another FPGA build

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Yet another FPGA build

rumata
Project description here. Source code here.

Reply | Threaded
Open this post in threaded view
|

Re: Yet another FPGA build

pm100
You can definitely get pong to fit in 32k. You need to have a better compilation tool chain.
You can optimize a ton of stuff that the books vm to assembler generated, recognizing push and pops that are plain copies etc
Intelligently only including the bits of the runtimes that you need
See my hack project https://github.com/pm100/hack
Reply | Threaded
Open this post in threaded view
|

Re: Yet another FPGA build

rumata
I know that there's a lot of room for optimization, I've read posts by cadet1620, but I didn't get around to it yet.