How to synthesize the xilinx ip core?

Hi, In my project,there's a xilinx IP core. I want to use the synplify7.7 to synthesize it, but there's a warning when synthesize . The warning is : @W: CD280 :"G:\project\itu656_dec\itu656_Decoder.vhd":29:10:29:19|Unbound component counter_11 mapped to black box @W: CD280 :"G:\project\itu656_dec\itu656_Decoder.vhd":37:10:37:18|Unbound component counter_4 mapped to black box

my project nane is itu656_dec : a decoder for itu 656 video The following code has been used in my project:

component counter_11 port ( Q: OUT std_logic_VECTOR(10 downto 0); CLK: IN std_logic; CE: IN std_logic; ACLR: IN std_logic); end component;

component counter_4 port ( Q: OUT std_logic_VECTOR(3 downto 0); CLK: IN std_logic; CE: IN std_logic; ACLR: IN std_logic); end component;

Can anybody help me? Give me some suggestion to deal with this kind of warning. You'd better send me some document of how to using xilinx ip core and hwo to synthesize it with synplify. Thank's a lot!!! willie CHEN

Reply to
willie CHEN
Loading thread data ...

Hi Willie, please refer to the "core generator guide" document. It explains how to do it. the document is located at YOUR_XILINX_ISE_INSTALLTION_FOLDER \doc\usenglish\books\docs\cgn

good luck, Moti

Reply to
Moti

"willie CHEN":

synplify7.7 to=20

:"G:\project\itu656_dec\itu656_Decoder.vhd":29:10:29:19|Unbound=20

:"G:\project\itu656_dec\itu656_Decoder.vhd":37:10:37:18|Unbound=20

"Xilinx-boxes" are synthesized within Xilinx-toolchain, as it seems.

Xilinx: XAPP409 might solve your problem.

I'm not sure if that's really important when using synplify, but reading XILINX: xst.pdf might also make sense.

Gruss

Jan Bruns

=20

>
Reply to
Jan Bruns

to

These warnings can be ignored. The netlist (edf, ngo, etc) for the core will be picked up when you run ngdbuild. "-sd" option of ngdbuild may be helpful.

HTH, Jim snipped-for-privacy@yahoo.com (remove capital letters)

formatting link

Reply to
Jim Wu

Thanks all of you! I had solve the problem. And I had write something about this topic. But I writen it in chinese. Hope it useful for the newbie of EDA like me. You can find the document at :

formatting link

-- newbie in EDA Willie CHEN KMUST, CHINA "willie CHEN" ?ÈëÏû?ÐÂÎÅ:cvjr1m$1tb$ snipped-for-privacy@mail.cn9.com...

Reply to
willie CHEN

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.