01.07.2013 Views

Xilinx Constraints Guide

Xilinx Constraints Guide

Xilinx Constraints Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

VHDL Syntax<br />

Declare the VHDL constraint as follows:<br />

attribute S: string;<br />

Specify the VHDL constraint as follows:<br />

attribute S of signal_name : signal is ”{YES|NO|TRUE|FALSE }”;<br />

For more information about basic VHDL syntax, see VHDL Attributes.<br />

Verilog Syntax<br />

Chapter 4: <strong>Xilinx</strong> <strong>Constraints</strong><br />

Place the Verilog constraint immediately before the module or instantiation.<br />

Specify the Verilog constraint as follows:<br />

(* S = {YES|NO|TRUE|FALSE} *)<br />

For more information about basic Verilog syntax, see Verilog Attributes.<br />

UCF and NCF Syntax<br />

The following statement specifies that the net or signal named $SIG_9 should not be<br />

removed.<br />

NET $SIG_9 S;<br />

XCF Syntax<br />

BEGIN MODEL entity_name<br />

NET "signal_name" s=true;<br />

END;<br />

<strong>Constraints</strong> <strong>Guide</strong><br />

UG625 (v. 13.2) July 6, 2011 www.xilinx.com 259

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

Saved successfully!

Ooh no, something went wrong!