A truly opensource camera serial interface. No frills. No backdoors that compromise security. Outstanding signal integrity. Hi-rez video pipeline with remote connectivity. For Sony, Series7 & open FPGA makers on limited budget. Augments openXC7 CI/CD, challenging its timing-savvy. Promotes the lesser-known EU boards.
1) RGB_WIDTH is currently only partially parameterized. It includes the mix of internal hard-coded, and externally-settable values, which is the worst method of both worlds. We should either:
eliminate the parameter, and use hard-coded values throughout
or fully support the parameter
2) The currently used ifdef style for the selection of RAW format (8-bit, 10-bit, 12-bit) is sub-optimal. With clean and readable RTL as our objective, that little quirk should be corrected
1)
RGB_WIDTH
is currently only partially parameterized. It includes the mix of internal hard-coded, and externally-settable values, which is the worst method of both worlds. We should either:2) The currently used
ifdef
style for the selection of RAW format (8-bit, 10-bit, 12-bit) is sub-optimal. With clean and readable RTL as our objective, that little quirk should be corrected