.. _IP:ocrom_sp: PoC.mem.ocrom.sp ################ .. only:: html .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VLSI-EDA/PoC/blob/master/src/mem/ocrom/ocrom_sp.vhdl :alt: Source Code on GitHub .. |gh-tb| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VLSI-EDA/PoC/blob/master/tb/mem/ocrom/ocrom_sp_tb.vhdl :alt: Source Code on GitHub .. sidebar:: GitHub Links * |gh-src| :pocsrc:`Sourcecode ` * |gh-tb| :poctb:`Testbench ` Inferring / instantiating single-port read-only memory - single clock, clock enable - 1 read port .. rubric:: Entity Declaration: .. literalinclude:: ../../../../src/mem/ocrom/ocrom_sp.vhdl :language: vhdl :tab-width: 2 :linenos: :lines: 53-65 .. only:: latex Source file: :pocsrc:`mem/ocrom/ocrom_sp.vhdl `