![]() |
|
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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_ |
|
|
|
#3 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |