TinyFPGA
TinyFPGA
By the way, I want to write a "getting started guide" for the TinyFPGA BX that uses Atom and APIO. It should be as simple as "install Atom, then install...
Hmm... those synthesis results are too small. Using Synplify Pro the design consumes 2 BRAMS, 458 DFFs, and 1300 LUTs. I wonder if some parts are getting optimized away somehow.
There is some special sauce that needs to go into the bitstream to enable warmboot. It basically is like a header that tells the warmboot feature the addresses of the...
What hex2bin utility are you using? Not sure it supports intel hex correctly. Give me some more info on the utility you are using and where to find it. On...
Hey @facchinm, can you confirm your method is working with no side-effects? If so, I can add this to the documentation.
Any preferences on what pin it gets connected to? Currently its accessible through one of the test points on the bottom. It's marked on the silkscreen with "RST".
They are git submodules. There’s a nice tutorial here: https://gist.github.com/gitaarik/8735255. I’ll be updating this issue when the documentation is updated.
I've updated the README.md to include instructions to clone the submodules as well as a link to a document describing what git submodules are: https://github.com/tinyfpga/TinyFPGA-Programmer-Application/blob/master/README.md
Just a note, without a license file explicitly stating the terms of use, the contents of the repository remain under your copyright. GitHub has more detailed information: https://help.github.com/articles/licensing-a-repository/
I second this...I want to make a Migen plug-in for Atom IDE and having it on pypi would be helpful