You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't have a strong test suite making modification hard.
Using Migen / MiSoC would allow a lot of better testing.
As there is an existing implementation of the encoder, it makes the conversion process a simpler. cfelton's JPEG encoder example might be useful source too.
mithro
changed the title
[HDMI2USB] Rewrite the HDMI2USB JPEG Encoder in Migen/MiSoC
[HDMI2USB] Convert the JPEG encoder from VHDL to Migen/MiSoC
Feb 23, 2016
Brief explanation
The HDMI2USB firmware currently has a JPEG encoder written in VHDL. We would prefer it be written in Migen / MiSoC to allow better integration into the firmware.
Expected results
The HDMI2USB MiSoC Firmware correctly generates JPEG output using new Migen / MiSoC JPEG encoder.
The new Migen / MiSoC JPEG encoder has a strong test suite.
Detailed Explanation
The current JPEG encoder is based on mkjpeg from opencores but has been slightly modified by @enjoy-digital and @ajitmathew. The current encoder has the following problems;
Using Migen / MiSoC would allow a lot of better testing.
As there is an existing implementation of the encoder, it makes the conversion process a simpler. cfelton's JPEG encoder example might be useful source too.
Further reading
Contacts
The text was updated successfully, but these errors were encountered: