.. _IP/reconfig_ICAP_FSM: PoC.xil.reconfig.ICAP_FSM ######################### .. 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_FSM.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_FSM_tb.vhdl :alt: Source Code on GitHub .. sidebar:: GitHub Links * |gh-src| :pocsrc:`Sourcecode ` * |gh-tb| :poctb:`Testbench ` This module parses the data stream to the Xilinx "Internal Configuration Access Port" (ICAP) primitives to generate control signals. Tested on: * Virtex-6 * Virtex-7 .. rubric:: Entity Declaration: .. literalinclude:: ../../../../src/xil/reconfig/reconfig_ICAP_FSM.vhdl :language: vhdl :tab-width: 2 :linenos: :lines: 42-63 .. only:: latex Source file: :pocsrc:`xil/reconfig/reconfig_ICAP_FSM.vhdl `