.. _IP/arith_CarryChain_inc: PoC.arith.CarryChain_inc ######################## .. only:: html .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VHDL/PoC/blob/main/src/arith/arith_CarryChain_inc.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/arith/arith_CarryChain_inc_tb.vhdl :alt: Source Code on GitHub .. sidebar:: GitHub Links * |gh-src| :pocsrc:`Sourcecode ` * |gh-tb| :poctb:`Testbench ` This is a generic carry-chain abstraction for increment by one operations. Y <= X + (0...0) & Cin .. rubric:: Entity Declaration: .. literalinclude:: ../../../src/arith/arith_CarryChain_inc.vhdl :language: vhdl :tab-width: 2 :linenos: :lines: 43-52 .. only:: latex Source file: :pocsrc:`arith/arith_CarryChain_inc.vhdl `