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

Reply

VHDL - Error in HDL designer

 
Thread Tools Search this Thread
Old 09-12-2007, 09:45 AM   #1
Default Error in HDL designer


Hi,
I'm trying to compil an entire design and some Errors occurs :

** Error: (vcom-13) Recompile X:/LHCb/TELL1/hdl/
detector_spec_vhdl_libraries/detector_muon_lib/work.muon_rx_syncram
because X:\LHCb\TELL1\hdl\common_tell1_vhdl_libraries/common_TELL1_lib/
work.common_tell1_type_map has changed.
** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): (vcom-1195) Cannot
find expanded name: 'detector_muon_lib.muon_rx_syncram'.
** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): (vcom-1105)
'detector_muon_lib' is not an entity.
** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): Configuration
specification requires an entity aspect.


I've tryed to compile an older design wich I've already compile with
no problem and the error is still there.
Moreover I've desinstalled HDL designer of my computer and reinstalle
it, and the error occurs again.

I really don't know how this kind of errors can occurs, so if someone
have any idea.
Thancks in advance



roche.alexis@gmail.com
  Reply With Quote
Old 09-12-2007, 02:32 PM   #2
Mike Treseler
 
Posts: n/a
Default Re: Error in HDL designer
wrote:
> I'm trying to compil an entire design and some Errors occurs :


Try compiling your design files directly on modelsim.

-- Mike Treseler


Mike Treseler
  Reply With Quote
Old 09-12-2007, 04:21 PM   #3
hans64@ht-lab.com
 
Posts: n/a
Default Re: Error in HDL designer
On Sep 12, 9:45 am, roche.ale...@gmail.com wrote:
> Hi,
> I'm trying to compil an entire design and some Errors occurs :
>
> ** Error: (vcom-13) Recompile X:/LHCb/TELL1/hdl/
> detector_spec_vhdl_libraries/detector_muon_lib/work.muon_rx_syncram
> because X:\LHCb\TELL1\hdl\common_tell1_vhdl_libraries/common_TELL1_lib/
> work.common_tell1_type_map has changed.
> ** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
> detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): (vcom-1195) Cannot
> find expanded name: 'detector_muon_lib.muon_rx_syncram'.
> ** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
> detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): (vcom-1105)
> 'detector_muon_lib' is not an entity.
> ** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
> detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): Configuration
> specification requires an entity aspect.
>
> I've tryed to compile an older design wich I've already compile with
> no problem and the error is still there.
> Moreover I've desinstalled HDL designer of my computer and reinstalle
> it, and the error occurs again.
>
> I really don't know how this kind of errors can occurs, so if someone
> have any idea.
> Thancks in advance


Try deleting the contents of the Modelsim Downstream folder and
rebuild your whole project. Make sure you don't have any scripts or
any other user written files in that folder because ones deleted they
are history......

I would also set the "compile always" option which you can find in
your Modelsim Compile Settings (RMB on Modelsim compile task),

Hans
www.ht-lab.com

PS HDS2007.1 is out.



hans64@ht-lab.com
  Reply With Quote
Old 09-13-2007, 09:36 AM   #4
roche.alexis@gmail.com
 
Posts: n/a
Default Re: Error in HDL designer
On 12 sep, 17:21, han...@ht-lab.com wrote:
> On Sep 12, 9:45 am, roche.ale...@gmail.com wrote:
>
>
>
> > Hi,
> > I'm trying to compil an entire design and some Errors occurs :

>
> > ** Error: (vcom-13) Recompile X:/LHCb/TELL1/hdl/
> > detector_spec_vhdl_libraries/detector_muon_lib/work.muon_rx_syncram
> > because X:\LHCb\TELL1\hdl\common_tell1_vhdl_libraries/common_TELL1_lib/
> > work.common_tell1_type_map has changed.
> > ** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
> > detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): (vcom-1195) Cannot
> > find expanded name: 'detector_muon_lib.muon_rx_syncram'.
> > ** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
> > detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): (vcom-1105)
> > 'detector_muon_lib' is not an entity.
> > ** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
> > detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): Configuration
> > specification requires an entity aspect.

>
> > I've tryed to compile an older design wich I've already compile with
> > no problem and the error is still there.
> > Moreover I've desinstalled HDL designer of my computer and reinstalle
> > it, and the error occurs again.

>
> > I really don't know how this kind of errors can occurs, so if someone
> > have any idea.
> > Thancks in advance

>
> Try deleting the contents of the Modelsim Downstream folder and
> rebuild your whole project. Make sure you don't have any scripts or
> any other user written files in that folder because ones deleted they
> are history......
>
> I would also set the "compile always" option which you can find in
> your Modelsim Compile Settings (RMB on Modelsim compile task),
>
> Hanswww.ht-lab.com
>
> PS HDS2007.1 is out.


Oki it's seems to work.
Thanck you !!!!!



roche.alexis@gmail.com
  Reply With Quote
Old 09-13-2007, 01:08 PM   #5
roche.alexis@gmail.com
 
Posts: n/a
Default Re: Error in HDL designer
On 13 sep, 10:36, roche.ale...@gmail.com wrote:
> On 12 sep, 17:21, han...@ht-lab.com wrote:
>
>
>
> > On Sep 12, 9:45 am, roche.ale...@gmail.com wrote:

>
> > > Hi,
> > > I'm trying to compil an entire design and some Errors occurs :

>
> > > ** Error: (vcom-13) Recompile X:/LHCb/TELL1/hdl/
> > > detector_spec_vhdl_libraries/detector_muon_lib/work.muon_rx_syncram
> > > because X:\LHCb\TELL1\hdl\common_tell1_vhdl_libraries/common_TELL1_lib/
> > > work.common_tell1_type_map has changed.
> > > ** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
> > > detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): (vcom-1195) Cannot
> > > find expanded name: 'detector_muon_lib.muon_rx_syncram'.
> > > ** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
> > > detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): (vcom-1105)
> > > 'detector_muon_lib' is not an entity.
> > > ** Error: X:/LHCb/TELL1/hdl/detector_spec_vhdl_libraries/
> > > detector_muon_lib/hdl/muon_rx_mux_struct.vhd(256): Configuration
> > > specification requires an entity aspect.

>
> > > I've tryed to compile an older design wich I've already compile with
> > > no problem and the error is still there.
> > > Moreover I've desinstalled HDL designer of my computer and reinstalle
> > > it, and the error occurs again.

>
> > > I really don't know how this kind of errors can occurs, so if someone
> > > have any idea.
> > > Thancks in advance

>
> > Try deleting the contents of the Modelsim Downstream folder and
> > rebuild your whole project. Make sure you don't have any scripts or
> > any other user written files in that folder because ones deleted they
> > are history......

>
> > I would also set the "compile always" option which you can find in
> > your Modelsim Compile Settings (RMB on Modelsim compile task),

>
> > Hanswww.ht-lab.com

>
> > PS HDS2007.1 is out.

>
> Oki it's seems to work.
> Thanck you !!!!!


Oh sorry i've done a mistake. I already have the same error again.
I tryed to delete "Modelsim Downstream folder" and set the "compile
always" but with no results.
Concerning the compilation directly in modelsim, I've about 20/30
libraries to import in modelsim, so I tryed not to do that at each
test

So if you have any others ideas.
Thanck you for your last answers



roche.alexis@gmail.com
  Reply With Quote
Old 09-14-2007, 10:32 PM   #6
HT-Lab
 
Posts: n/a
Default Re: Error in HDL designer

<> wrote in message
news: ps.com...
> On 13 sep, 10:36, roche.ale...@gmail.com wrote:
>> On 12 sep, 17:21, han...@ht-lab.com wrote:


... snip

>> > PS HDS2007.1 is out.

>>
>> Oki it's seems to work.
>> Thanck you !!!!!

>
> Oh sorry i've done a mistake. I already have the same error again.
> I tryed to delete "Modelsim Downstream folder" and set the "compile
> always" but with no results.
> Concerning the compilation directly in modelsim, I've about 20/30
> libraries to import in modelsim, so I tryed not to do that at each
> test
>
> So if you have any others ideas.
> Thanck you for your last answers


You can use HDL designer to create a compile script. Have a look in the task
list for the export_rtl task. Use the generate file to compile your design
in Modelsim standalone as suggested by Mike. This might provide you with
some answers (perhaps you have a circular dependency in your packages?).

Sorry can't think of anything else at the moment,

Hans
www.ht-lab.com






HT-Lab
  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
Ergo Ensis S Laptop robert_b5hi Hardware 2 11-11-2007 02:40 PM
"NEW" SofTeam Punto Ver 7.0 (Designer) embsupply Software 0 10-02-2007 04:28 PM
Actuate espreadsheet designer vivek_fca Software 0 10-26-2006 11:08 PM
10x10 - A Designer Way to Scour the News Silverstrand Media 0 09-08-2006 02:29 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