Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

attributes of synthesis tools

Status
Not open for further replies.

Mkanimozhi

Full Member level 4
Joined
Aug 8, 2007
Messages
193
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
3,445
attribute buffer_type of

Hi Experts,
How to use the attributes of synthesis tool in our design

example


-- Xilinx specific clock buffer attributes
attribute buffer_type : string;
attribute buffer_type of accept_in_dec_s : signal is "BUFG";
attribute buffer_type of done_s : signal is "BUFG";

what is the purpose of using like this .some one explain me .

Regards,
Kanimozhi.M
 

Basically you have to know, what it means to insert a BUFG primitive for a signal. As far as I see this is documented detailed in the common Xilinx manuals. But I'm not using Xilinx, perhaps a Xilinx user is motivated to explain.
 

BUFG is a xilinx primitive high-fanout buffer that connects signals to the global routing resources for low skew distribution of the signal.
BUFGs are typically used on clock nets as well other high fanout nets like sets/resets and clock enables.

You can refer to
doc\usenglish\books\docs\spartan3_hdl.pdf

In xilinx directory.
 

Hi kvingle,
The path which u have mentioned is not a full path , i can't see the link, will u post the full path here.

Regards,
Kanimozhi. M
 

D:\Xilinx\10.1\ISE\doc\usenglish\books\docs\spartan3_hdl

change D: to your installation drive name.
the path is for 10.1 version....
should be similar for other versions also.

Above file is library of resources available in spartan3 FPGA.
search for BUFG.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top