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.

XST <strong>User</strong> <strong>Guide</strong><br />

Operators<br />

Constants can be declared in any declarative region, and can be used<br />

within that region. Their value cannot be changed once declared.<br />

Example:<br />

signal sig1: std_logic_vector (5 downto 0);<br />

constant init0 : std_logic_vector (5 downto 0) :=<br />

"010111";<br />

sig1

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

Saved successfully!

Ooh no, something went wrong!