TX_DATA_WIDTH of GT_FIBRE_CHAN_INST attribute

Status
Not open for further replies.

beba001

Newbie level 4
Joined
Apr 5, 2007
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,308
Hi.
What mind this code in verilog:

// synthesis attribute TX_DATA_WIDTH of GT_FIBRE_CHAN_INST is "1"


Thanks for your help.
 

Re: Verilog code

It is actually not related to Verilog HDL language. It is a constraint attribute for logic synthesis especially Xilinx FPGA XST synthesis.

You can search the style of entering the constraints from attached doc.
 

Re: Verilog code

Synthesis attributes for Verilog HDL and VHDL are also commonly called pragmas. These attributes are not standard Verilog HDL or VHDL commands; synthesis tools use
attributes to control the synthesis process in a particular manner. Attributes always apply to a specific design element, and are applied in the HDL source code.

The attribute you specified may control the width of the signal and set it to a width of '1'.
 

    beba001

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…