chili-chips-ba / openeye-CamSI

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.
https://nlnet.nl/project/TISG
BSD 3-Clause "New" or "Revised" License
25 stars 5 forks source link

issue#8 - isp_top.sv cleanup #27

Open chili-chips-ba opened 2 months ago

chili-chips-ba commented 2 months ago

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