05.07.2013 Views

Xilinx Synthesis Technology User Guide

Xilinx Synthesis Technology User Guide

Xilinx Synthesis Technology User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Flip-Flop Retiming<br />

FPGA Optimization<br />

A ROM can also be inferred from an array composed entirely of<br />

constants, as in the following HDL example.<br />

type ROM_TYPE is array(15 downto 0)of<br />

std_logic_vector(3 downto 0);<br />

constant ROM : rom_type := ("0010", "1100", "1011",<br />

..., "0001");<br />

...<br />

data

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!