Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - post translate simulation

 
Thread Tools Search this Thread
Old 04-29-2005, 01:59 PM   #1
Default post translate simulation


hello group
i have written a vhdl file which is using
packages,generics etc.It compiles successfully and simulation is as
expected.
I went ahead to the next step i.e synthesis and ISE gave no
problem at all. Then i did post translate simulation using Modelsim
and my simulation results are not coming as expected...all o/p lines
are tristated. I got the following warning in Modelsim.

Warning(1) : wpcal_tb.translate_vhw(86) : No default binding for
component "wp_cal" ( Generic "we" is not on the entity)

plz give me some clue how to fix it...

regards
nisheeth




Nisheeth
  Reply With Quote
Old 04-29-2005, 06:10 PM   #2
info_
 
Posts: n/a
Default Re: post translate simulation
Nisheeth wrote:
> hello group
> i have written a vhdl file which is using
> packages,generics etc.It compiles successfully and simulation is as
> expected.
> I went ahead to the next step i.e synthesis and ISE gave no
> problem at all. Then i did post translate simulation using Modelsim
> and my simulation results are not coming as expected...all o/p lines
> are tristated. I got the following warning in Modelsim.
>
> Warning(1) : wpcal_tb.translate_vhw(86) : No default binding for
> component "wp_cal" ( Generic "we" is not on the entity)
>
> plz give me some clue how to fix it...


Looks like there is a mismatch between your component
declaration and the actual entity for wp_cal.
(probably the generic section which is lost at synthesis)
If you try to do unitary timing simulation (I hope you've
good reasons to do this, I recommend to wrap up the entity
in a synthesizable "top level" with no generic (and indeed
no exotic type that the synthesis will modify).
Then you should have no trouble (using the same testbench)

Another solution would be to use a configuration section
to reconcile the two different entoty declarations at
instanciation.


>
> regards
> nisheeth
>
>



info_
  Reply With Quote
Old 04-29-2005, 06:36 PM   #3
Mike Treseler
 
Posts: n/a
Default Re: post translate simulation
Nisheeth wrote:

> Warning(1) : wpcal_tb.translate_vhw(86) : No default binding for
> component "wp_cal" ( Generic "we" is not on the entity)
>
> plz give me some clue how to fix it...


Your netlist instance is an empty box.
Fire up your text editor and look at wp_cal.vhd
and see what happened to "we".

-- Mike Treseler


Mike Treseler
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
simulation Tom MCITP 0 04-05-2007 01:40 AM
KO mafia CFR ILLUMINATI ! Global Democracy TRIVOLUZIONE ARTSENU COLD FUSION W post OPEC ! molcaleviATyahoogroupsDOTcom DVD Video 0 02-07-2007 06:14 PM
REINHART OBJECTS TO POST THEFT john33907@comcast.net DVD Video 0 11-30-2003 05:18 AM
JOHN33907 POST STEALER john33907@comcast.net DVD Video 0 11-30-2003 05:17 AM
system won't post! X A+ Certification 5 09-27-2003 11:16 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46