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.

use xilinx component with vhdl

Status
Not open for further replies.

mc&fpga

Member level 1
Member level 1
Joined
Jun 2, 2002
Messages
41
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
419
xilinx using components in vhdl

to use xilinx component like dll and ibuf or obuf (the component use in schematic )in vhdl code for using this componet which library should select?
 

xilinx component

You can look in Language templates Idem... look in the High right border of Xilinx Foundation Windows.... There's a light ...
In Language Templates there's All components....

;-)

[/img]
 

if you use ise if you create a new source there is two lines tha you mest decomment and you can abil the xilinx library.
bye
 

library unisim;
use unisim.vcomponents.all;

ya, as others have suggested, by adding these two lines u'll be able to use most of xilinx components like clkdlls, ibufgs etc..

tut..
 

when you use xilinx library please read carefully the library book, some devices differ if you use it for implement and to simulate.
bye.
G.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top