Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Re: Broken std library in Modelsim XE 6.3c

Reply
Thread Tools

Re: Broken std library in Modelsim XE 6.3c

 
 
HT-Lab
Guest
Posts: n/a
 
      11-20-2008

"Rob Gaddi" <> wrote in message
news:20081120093219.cc021c0e.rgaddi@technologyhigh land.com...
>I think I've broken my Modelsim. A couple of days ago
> things were working fine. Then I let XilinxUpdate bring me up to the
> latest models, and all of a sudden my directly instantiated components
> weren't working. I told Modelsim to Refresh all of the libraries from
> the Library pane, and now when I try to simulate my testbench I'm
> getting the error:
>
> # ** Error: (vsim-3174) Package 'C:\Modeltech_xe_starter\std.standard'
> # requires a body.
>
> Does anyone have any idea of how to fix this? Preferably without
> having to uninstall/reinstall Modelsim; that's half a day's work I'd
> rather not put in unless it's essential.
>
> --
> Rob Gaddi, Highland Technology
> Email address is currently out of order


Search the ModelSim User's Manual for "Rebuilding Supplied Libraries", this
will tell you how to run "rbldlibs.do".

Hans
www.ht-lab.com


 
Reply With Quote
 
 
 
 
Mike Treseler
Guest
Posts: n/a
 
      11-20-2008
Rob Gaddi wrote:

> Any other ideas?
>

Read up on vcom -refresh in the modelsim docs.
Also note that source code that infers rather than
instances does not have this annoyance.
Good luck.

-- Mike Treseler
 
Reply With Quote
 
 
 
 
HT-Lab
Guest
Posts: n/a
 
      11-21-2008

"Rob Gaddi" <> wrote in message
news:20081120140451.00b4bf6a.rgaddi@technologyhigh land.com...
> On Thu, 20 Nov 2008 18:32:28 -0000
> "HT-Lab" <> wrote:
>
>>
>> "Rob Gaddi" <> wrote in message
>> news:20081120093219.cc021c0e.rgaddi@technologyhigh land.com...
>> >I think I've broken my Modelsim. A couple of days ago
>> > things were working fine. Then I let XilinxUpdate bring me up to
>> > the latest models, and all of a sudden my directly instantiated
>> > components weren't working. I told Modelsim to Refresh all of the
>> > libraries from the Library pane, and now when I try to simulate my
>> > testbench I'm getting the error:
>> >
>> > # ** Error: (vsim-3174) Package 'C:\Modeltech_xe_starter
>> > # \std.standard' requires a body.
>> >
>> > Does anyone have any idea of how to fix this? Preferably without
>> > having to uninstall/reinstall Modelsim; that's half a day's work I'd
>> > rather not put in unless it's essential.
>> >
>> > --
>> > Rob Gaddi, Highland Technology
>> > Email address is currently out of order

>>
>> Search the ModelSim User's Manual for "Rebuilding Supplied
>> Libraries", this will tell you how to run "rbldlibs.do".
>>
>> Hans
>> www.ht-lab.com
>>
>>

>
> No luck. Neither the user's manual nor the reference manual contains
> the word "rebuilding" or any reference to "rbldlibs.do". rbldlibs.do
> is not the name of any file anywhere under the C:
> \Modeltech_xe_starter directory tree.
>
> Any other ideas?


Hi Rob,

I guess they removed the rbldlibs.do file and vhdl_src\std directory from
the OEM version. Unfortunately I can only suggest to re-install Modelsim, it
shouldn't take half a day though.

Good luck,

Hans
www.ht-lab.com





>
> --
> Rob Gaddi, Highland Technology
> Email address is currently out of order



 
Reply With Quote
 
Mike Treseler
Guest
Posts: n/a
 
      11-21-2008
Rob Gaddi wrote:

> Whoever is responsible, by the way, for the fact that Windows takes
> better than 10 minutes just to populate the program list in the
> Add/Remove Programs panel, and then just as long to repopulate after
> each removed program, can't be taken out back and shot enough times.
>


One alternative is command line scripts and makefiles.
(and no one gets hurt

-- Mike
 
Reply With Quote
 
world_tan world_tan is offline
Junior Member
Join Date: May 2010
Posts: 4
 
      05-12-2010
Quote:
Originally Posted by Mike Treseler
Rob Gaddi wrote:
[color=blue]


One alternative is command line scripts and makefiles.
(and no one gets hurt

-- Mike
I wonder what command can be used for this?
 
Reply With Quote
 
 
 
Reply

Thread Tools

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
/usr/bin/ld: ../../dist/lib/libjsdombase_s.a(BlockGrouper.o)(.text+0x98): unresolvable relocation against symbol `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostre silverburgh.meryl@gmail.com C++ 3 03-09-2006 12:14 AM
error: 'std::ios_base& std::ios_base::operator=(const std::ios_base&)' is private Geoffrey S. Knauth C++ 6 01-18-2006 11:48 AM
xServices::CServices<TImp>::StHoldClientList::StHoldClientList(std::set<TImp*, std::less<TImp*>, std::allocator<TImp*> >&)': Vinu C++ 4 07-07-2005 06:08 AM
xServices::CServices<TImp>::StHoldClientList::StHoldClientList(std::set<TImp*, std::less<TImp*>, std::allocator<TImp*> >&)': Vinu C++ 0 07-06-2005 12:45 PM
std::map<int,std::set<std::string> > Wrong? (Segmentation fault.) Peter Jansson C++ 5 03-17-2005 06:34 AM



Advertisments
 



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 47 48 49 50 51 52 53 54 55 56 57