timvideos / HDMI2USB-litex-firmware

A version of the HDMI2USB firmware based around LiteX tools produced by @Enjoy-Digital (based on misoc+migen created by @M-Labs)
https://hdmi2usb.tv
BSD 2-Clause "Simplified" License
143 stars 71 forks source link

Move to using git submodules to make misoc/migen versions consistent #7

Closed mithro closed 8 years ago

mithro commented 9 years ago

The version of misoc/migen could make a big difference in the build result. git has submodules (which can be a bit of a pain) but means that every commit in the master repository will use the right versions of the dependencies. A couple of small scripts can make dealing with submodules much easier too.

I'll add something to the Makefile in the near future.

enjoy-digital commented 9 years ago

For now no need to bother with that until design is stabilized. The goal is to be able to use upstream version of Migen/MiSoC.

mithro commented 8 years ago

Some work on this has been started here -> https://github.com/timvideos/HDMI2USB-misoc-firmware/tree/submodules

mithro commented 8 years ago

https://github.com/timvideos/HDMI2USB-misoc-firmware/commit/ee7bb7c9dd06ef2e1c3dc95aca64a9310be9831b

mithro commented 8 years ago

This was fixed in https://github.com/timvideos/HDMI2USB-misoc-firmware/pull/89