set dont touch attribute in xilinx xst?

S

Serkan

Is there a "set_dont_touch" equaivalent version of Xilinx Xst
attribute. Or is it only in synopsys?
 
J

JimLewis

   Is there a "set_dont_touch" equaivalent version of Xilinx Xst
attribute. Or is it only in synopsys?

If you are trying to preserve a wire, the attribute is keep.
So if you are trying to set a don't

signal T1, T2 : std_logic ;

Attribute keep : boolean ;
Attribute keep of T1, T2 : signal is true ;


Cheers,
Jim
SynthWorks VHDL Training
 
S

Serkan

thank you for your answer.

best regards


If you are trying to preserve a wire, the attribute is keep.
So if you are trying to set a don't

signal T1, T2 : std_logic ;

Attribute keep : boolean ;
Attribute keep of T1, T2 : signal is true ;


Cheers,
Jim
SynthWorks VHDL Training
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top