.. _IP/reconfig_ICAP_Wrapper: PoC.xil.reconfig.ICAP_Wrapper ############################# .. only:: html .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VHDL/PoC/blob/main/src/xil/reconfig/reconfig_ICAP_Wrapper.vhdl :alt: Source Code on GitHub .. |gh-tb| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VHDL/PoC/blob/main/tb/xil/reconfig/reconfig_ICAP_Wrapper_tb.vhdl :alt: Source Code on GitHub .. sidebar:: GitHub Links * |gh-src| :pocsrc:`Sourcecode ` * |gh-tb| :poctb:`Testbench ` This module was designed to connect the Xilinx "Internal Configuration Access Port" (ICAP) to a PCIe endpoint on a Dini board. Tested on: tbd .. rubric:: Entity Declaration: .. literalinclude:: ../../../../src/xil/reconfig/reconfig_ICAP_Wrapper.vhdl :language: vhdl :tab-width: 2 :linenos: :lines: 43-68 .. only:: latex Source file: :pocsrc:`xil/reconfig/reconfig_ICAP_Wrapper.vhdl `