FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-25-2009, 11:33 PM
Andy Botterill
Guest
 
Posts: n/a
Default webpack crashed how do I get these things back?

webpack crashed whilst synthesising my design. This is the first time
that I have had this. I have managed to get the design to synthesise
properly and do a p&r netlist. I didn't change the design.

The things that are missing are mainly cosmetic but I would like to
reinstate them. The snapshot list is blank. I can see a snapshot
directory and there are files inside it. How do I get webpack to
re-create the snapshot area? When I do a synthesis run I don't get an
errors/warnings report. Yes I can look at the synthesis log. It would be
good to get the list of errors and warnings on the design summary page.

Any ideas/pointers. Thanks in advance Andy
Reply With Quote
  #2 (permalink)  
Old 11-26-2009, 02:21 AM
Dave Pollum
Guest
 
Posts: n/a
Default Re: webpack crashed how do I get these things back?

On Nov 25, 5:33*pm, Andy Botterill <a...@plymouth2.demon.co.uk> wrote:
> webpack crashed whilst synthesising my design. This is the first time
> that I have had this. I have managed to get the design to synthesise
> properly and do a p&r netlist. I didn't change the design.
>
> The things that are missing are mainly cosmetic but I would like to
> reinstate them. The snapshot list is blank. I can see a snapshot
> directory and there are files inside it. How do I get webpack to
> re-create the snapshot area? When I do a synthesis run I don't get an
> errors/warnings report. Yes I can look at the synthesis log. It would be
> good to get the list of errors and warnings on the design summary page.
>
> Any ideas/pointers. Thanks in advance Andy


Whenever ISE/Webpack does something strange, clicking on the Project
Tab, and then Cleanup Project Files often helps. I don't know if this
will solve your problem or not.
HTH
-Dave Pollum
Reply With Quote
  #3 (permalink)  
Old 11-26-2009, 09:51 AM
Andy Botterill
Guest
 
Posts: n/a
Default Re: webpack crashed how do I get these things back?

Dave Pollum wrote:
> On Nov 25, 5:33 pm, Andy Botterill <a...@plymouth2.demon.co.uk> wrote:
>> webpack crashed whilst synthesising my design. This is the first time
>> that I have had this. I have managed to get the design to synthesise
>> properly and do a p&r netlist. I didn't change the design.
>>
>> The things that are missing are mainly cosmetic but I would like to
>> reinstate them. The snapshot list is blank. I can see a snapshot
>> directory and there are files inside it. How do I get webpack to
>> re-create the snapshot area? When I do a synthesis run I don't get an
>> errors/warnings report. Yes I can look at the synthesis log. It would be
>> good to get the list of errors and warnings on the design summary page.
>>
>> Any ideas/pointers. Thanks in advance Andy

>
> Whenever ISE/Webpack does something strange, clicking on the Project
> Tab, and then Cleanup Project Files often helps. I don't know if this
> will solve your problem or not.


I tried that first thing. It didn't report any files to tidy up.

I've set the correct fpga family, added the root module and updated a
few of the synthesis settings.

If I do a project clean up will I lose these changes? Andy
> HTH
> -Dave Pollum

Reply With Quote
  #4 (permalink)  
Old 11-26-2009, 03:51 PM
Walter
Guest
 
Posts: n/a
Default Re: webpack crashed how do I get these things back?

Try to build a new project and copy - ONLY - your source files.
( ISE have some "artificial intelligence" issues )

By experience; do your self your personal backups/snapshots using a
script or copy your working folders to a backup location.
If you use Windows, a WinZIP command line batch file is a good and
simple option, you have options on Linux also.

Walter.


Andy Botterill escribió:
> Dave Pollum wrote:
>> On Nov 25, 5:33 pm, Andy Botterill <a...@plymouth2.demon.co.uk> wrote:
>>> webpack crashed whilst synthesising my design. This is the first time
>>> that I have had this. I have managed to get the design to synthesise
>>> properly and do a p&r netlist. I didn't change the design.
>>>
>>> The things that are missing are mainly cosmetic but I would like to
>>> reinstate them. The snapshot list is blank. I can see a snapshot
>>> directory and there are files inside it. How do I get webpack to
>>> re-create the snapshot area? When I do a synthesis run I don't get an
>>> errors/warnings report. Yes I can look at the synthesis log. It would be
>>> good to get the list of errors and warnings on the design summary page.
>>>
>>> Any ideas/pointers. Thanks in advance Andy

>>
>> Whenever ISE/Webpack does something strange, clicking on the Project
>> Tab, and then Cleanup Project Files often helps. I don't know if this
>> will solve your problem or not.

>
> I tried that first thing. It didn't report any files to tidy up.
>
> I've set the correct fpga family, added the root module and updated a
> few of the synthesis settings.
>
> If I do a project clean up will I lose these changes? Andy
>> HTH
>> -Dave Pollum

Reply With Quote
  #5 (permalink)  
Old 11-27-2009, 07:01 PM
Gabor
Guest
 
Posts: n/a
Default Re: webpack crashed how do I get these things back?

On Nov 25, 5:33*pm, Andy Botterill <a...@plymouth2.demon.co.uk> wrote:
> webpack crashed whilst synthesising my design. This is the first time
> that I have had this. I have managed to get the design to synthesise
> properly and do a p&r netlist. I didn't change the design.
>
> The things that are missing are mainly cosmetic but I would like to
> reinstate them. The snapshot list is blank. I can see a snapshot
> directory and there are files inside it. How do I get webpack to
> re-create the snapshot area? When I do a synthesis run I don't get an
> errors/warnings report. Yes I can look at the synthesis log. It would be
> good to get the list of errors and warnings on the design summary page.
>
> Any ideas/pointers. Thanks in advance Andy


If you're running ISE version 10.1 you should have a restore
script for the project <project_name>.restore

Instructions for regenerating the project from the restore
script are inside the script. Basically:
In the GUI click the TCL Shell tab
change the directory to your project directory
type "source <project_name>.restore"
type "restore"

If you're lucky and the original restore file hasn't
already been clobbered, you should get back all of
your settings.

Regards,
Gabor
Reply With Quote
  #6 (permalink)  
Old 11-28-2009, 08:36 AM
Brian Drummond
Guest
 
Posts: n/a
Default Re: webpack crashed how do I get these things back?

On Fri, 27 Nov 2009 10:01:03 -0800 (PST), Gabor <[email protected]> wrote:

>On Nov 25, 5:33*pm, Andy Botterill <a...@plymouth2.demon.co.uk> wrote:
>> webpack crashed whilst synthesising my design.

....
>> Any ideas/pointers. Thanks in advance Andy

>
>If you're running ISE version 10.1 you should have a restore
>script for the project <project_name>.restore


>If you're lucky and the original restore file hasn't
>already been clobbered, you should get back all of
>your settings.


Trouble is, running ISE to discover the broken project file, you are liable to
rewrite the .restore file...

- Brian
Reply With Quote
  #7 (permalink)  
Old 12-02-2009, 06:02 PM
Andy Botterill
Guest
 
Posts: n/a
Default Re: webpack crashed how do I get these things back?

Brian Drummond wrote:
> On Fri, 27 Nov 2009 10:01:03 -0800 (PST), Gabor <[email protected]> wrote:
>
>> On Nov 25, 5:33 pm, Andy Botterill <a...@plymouth2.demon.co.uk> wrote:
>>> webpack crashed whilst synthesising my design.

> ....
>>> Any ideas/pointers. Thanks in advance Andy

>> If you're running ISE version 10.1 you should have a restore
>> script for the project <project_name>.restore

>
>> If you're lucky and the original restore file hasn't
>> already been clobbered, you should get back all of
>> your settings.

>
> Trouble is, running ISE to discover the broken project file, you are liable to
> rewrite the .restore file...
>
> - Brian


Apologies for the delay. My home project got sidelined by some holiday.
Synthesis in all forms is working OK. I'll run it until my testbench
agrees with what I want and then move to a new project name/directory.
On my FC8 desktop I've not had this sort of fault. On my FC11 laptop I
get spontaneous crashes without any particular reason. dmesg shows a
segfault.

I will keep a close eye on this. Thanks for your time Andy.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Top 10 Things To Look For In A Web Host best_hosting FPGA 1 08-25-2008 07:52 PM
any particular things which need to be avoided? jacko VHDL 8 01-12-2007 09:52 PM
back-annotate pin location with xilinx webpack 5.2 Max FPGA 0 09-16-2003 11:16 AM
you see big things and more ************************************************************************************************ sexy priya FPGA 0 01-01-1970 01:00 AM
you see big things and more ************************************************************************************************ sexy priya DSP 0 01-01-1970 01:00 AM


All times are GMT +1. The time now is 03:40 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved