[Cryptech-Commits] [user/shatov/ice40mkm] branch master updated (9ecc9e8 -> cffbc33)

git at cryptech.is git at cryptech.is
Mon Dec 20 10:07:48 UTC 2021


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a change to branch master
in repository user/shatov/ice40mkm.

    from 9ecc9e8  Script to combine main FPGA bitstream with the MKM bitmap so that the combined binary blob can be flashed using the upload script.
     new 436020c  Improved MKM reference design.
     new 69b1374  Physical constraints for the MKM reference design
     new 8a4d32c  Timing constraints for the reference design. Note, that the low-frequency oscillator is not constrained on purpose.
     new 6d9bf8e  Makefile to build the MKM firmware. Build tested with Yosys 0.9, note that version 0.7 *which is shipped with Ubuntu 18.04) doesn't work.
     new cffbc33  Don't track Lattice iCEcube2 project files

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 mkm_refdes/.gitignore         |   1 +
 mkm_refdes/src/Makefile       |  10 +++
 mkm_refdes/src/mkm_refdes.pcf |  11 +++
 mkm_refdes/src/mkm_refdes.sdc |   1 +
 mkm_refdes/src/mkm_refdes.v   | 205 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 228 insertions(+)
 create mode 100644 mkm_refdes/.gitignore
 create mode 100644 mkm_refdes/src/Makefile
 create mode 100644 mkm_refdes/src/mkm_refdes.pcf
 create mode 100644 mkm_refdes/src/mkm_refdes.sdc
 create mode 100644 mkm_refdes/src/mkm_refdes.v



More information about the Commits mailing list