Xilinx Makes MIPI CSI And DSI Controller IP Blocks Free To Use With Vivado

If you want to use a display or camera with an FPGA, you will often end up with a MIPI-based solution. As of the Xilinx Vivado 2020.1 release, the MIPI DSI (display serial interface) and CSI (camera serial interface) IP blocks are now bundled with the IDE to be used freely with Xilinx FPGAs.

The Xilinx MIPI CSI2 receiver block implements the CSI-2 v1.1 specification, which although a bit older is essentially the same CSI implementation as on the Raspberry Pi boards. This means that it would allow one to use this IP block on an FPGA with many common CSI camera modules out there. The IP block offers a standard AXI4 interface for connecting up to the rest of a design.

Similarly, the Xilinx MIPI DSI transmitter block implements DSI v1.3 specification. This offers a maximum data rate of 1.5 Gbps, with an AXI4-lite interface to communicate with the rest of the design. Both IP blocks are subject to the Core license agreement, which doesn’t appear to preclude it from being used in a specific fashion, whether commercial or personal.

This is not the only way to use MIPI devices with an FPGA, of course. Take for example [Daveshah]’s CSRIx project on Github.

Header image: Kwapix / CC BY-SA 4.0

21 thoughts on “Xilinx Makes MIPI CSI And DSI Controller IP Blocks Free To Use With Vivado

    1. In my opinion DSI was a step backwards. Many DSI display controllers require initialization commands and some of them even need the MIPI lines to have a specific level during reset. Some use in-band commands to control the backlight, some use separate pins. They gave manufacturers an interface to send commands and the manufacturers abused it to save a few cents on an EEPROM that holds the display configuration.

      In the good old days of 18/24 bit parallel and LVDS interfaces you just had to use the correct timings for an image to show up on the display.

      1. Years ago I was working on AOSP-derivative firmware bringups for non-AOSP devices, including participating in Sony’s Open Devices project.

        Getting display timings correct for some of the Xperia Z family (especially Z2/Z3) was a nightmare. Something in newer Qualcomm kernel baselines changed things such that timing settings in old DTBs would no longer work and needed retuning – I don’t know if anyone was ever able to figure out a setting that didn’t cause period weird glitches where the lower part of the display would be random garbage for a few frames.

    2. Altera don’t have a MIPI IP and also don’t have DPhy comparable chip yet. So to use MIPI with Altera, you need external devices or some passive resistor network ( for slower speed) to connect MIPI to the chip.

  1. I’d like to play around with this on a Spartan-7 board but the phy layer seems tricky… anybody know what’s necessary to support the phy layer on a spartan-7 device?

  2. The CSI is actually against the “Controller Subsystems” which is quite interesting because it looks as though it’s not just the Rx IP – but the Tx Controller as well. Which allows for a possible lump-in-the-line unit to modify video data before passing it on to something else that’s not as fast/intelligent or maybe send a custom data stream directly into a RPi?

    1. I really would love to see an open-source CSI multiplexer.

      (CSI supports multiplexing using, if I recall correctly, some sort of device tagging or virtual channels, such that multiple camera sensors can share a single CSI interface. Many FPD-Link/GMSL SERDES units support this, but there are applications where I’d like to have 4-8 or more sensors feeding a single NVidia Jetson, without the “analog switch matrix” hacks that some CSI mux solutions use. Most notably, a 360-degree/surround camera.)

Leave a Reply to RW ver 0.0.1Cancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.