Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

exceeding 2GB limits in xilinx

7 views
Skip to first unread message

M Schreiber

unread,
Mar 5, 2002, 9:33:13 AM3/5/02
to
all,
Has anybody found a good method for implementing designs using the
Xilinx 4.1 ISE (under windows) that require more than 2GB of memory
for the place and route? I have read that Xilinx now supports their
tools running Linux (using WINE). Does this new method allow users to
exceed the 2GB limitations or is this a function of application
executable? We are looking to complete an upcoming design that may
require a Virtex 2 (xc2v8000) and xilinx recommends that you need at
least 3 GB of memory for place and route. What are most people doing
to overcome this? Are there any relatively cheap unix based machines
($<10,000) that can accomplish this? Any recommendations would be
greatly appreciated.
Thanks in Advance,
Mike Schreiber
hardware engineer

emanuel stiebler

unread,
Mar 5, 2002, 11:58:48 AM3/5/02
to
M Schreiber wrote:
>
> all,
> Has anybody found a good method for implementing designs using the
> Xilinx 4.1 ISE (under windows)

Which windows ? win2k, nt4, or what ? They are different ...

> that require more than 2GB of memory
> for the place and route? I have read that Xilinx now supports their
> tools running Linux (using WINE).

Doesn't help you here ...

> Does this new method allow users to
> exceed the 2GB limitations or is this a function of application
> executable? We are looking to complete an upcoming design that may
> require a Virtex 2 (xc2v8000) and xilinx recommends that you need at
> least 3 GB of memory for place and route.

There is/was a special version of NT4, supporting 3 GByte User space

> What are most people doing
> to overcome this? Are there any relatively cheap unix based machines
> ($<10,000) that can accomplish this? Any recommendations would be
> greatly appreciated.

No recommendations. Just more questions ... ;-)

cheers

Austin Lesea

unread,
Mar 5, 2002, 11:28:11 AM3/5/02
to
We have Linux support now.....nice low cost way to break out of the 2Gbyte
limit of Windows on PC platforms. Dell supports a 4Gbyte memory, that
could be used by Linux.

http://www.xilinx.com/prs_rls/software/0225_Em_Linux.html

Austin

Jay

unread,
Mar 5, 2002, 1:13:56 PM3/5/02
to
Wait as long as you can to buy your new machine. By the time the
V2-8000 is in your hand, the machines will be more attainable. If the
design can be partitioned or scaled, then you can use a smaller
part(s) and not have to wait painful 8+ hours for a P&R. We run on a
Sun server with loads of RAM sometimes.

Regards

mschre...@yahoo.com (M Schreiber) wrote in message news:<e8caa675.02030...@posting.google.com>...

Austin Lesea

unread,
Mar 5, 2002, 1:37:19 PM3/5/02
to
I have heard from some folks:

That even with Linux on the PC platform, that 2 Gbytes is the limit. There
are people looking into why this is. Stay tuned for the answer. This may be
related to the hardware they are using, or the build of Linux....

Austin

Ray Andraka

unread,
Mar 5, 2002, 2:25:26 PM3/5/02
to
The real problem is the modular design is not really real yet. Once that becomes usable, I think many of the
issues with ever increasing machine memory will be largely resolved. To make it work correctly, though, I think
XIlinx has to get away from the flat model for UCF , floorplans and place/route.

ist...@spamcop.net

unread,
Mar 5, 2002, 5:08:35 PM3/5/02
to

"Austin Lesea" <austin...@xilinx.com> wrote in message
news:3C85105F...@xilinx.com...

> I have heard from some folks:
>
> That even with Linux on the PC platform, that 2 Gbytes is the limit.
There
> are people looking into why this is. Stay tuned for the answer. This may
be
> related to the hardware they are using, or the build of Linux....

Are you sure it doesn't relate to the 32 bit address space (4 GB) of the x86
class processor? Windows, I know reserves the high 2 Gb of memory for the
operating system, leaving the lower 2 GB for application data. It may be
possible to squeeze the OS space to 3GB as a special version is reputed to
do, but the basic limitation in the CPU addressing.

Assaf Sarfati

unread,
Mar 6, 2002, 12:47:10 AM3/6/02
to
mschre...@yahoo.com (M Schreiber) wrote in message news:<e8caa675.02030...@posting.google.com>...

We've run into memory problems when running PAR for a V2-6000 on Win2K
machines (more than 2 GB RAM installed).

Aside from general address-space problems, we've found that Xilinx has
(had?) a problem with its tools: when running the PAR tool, it didn't
release allocated memory when moving from Place to Route phase. We've
worked around this problem by splitting the PAR into two separate
processes. To do that, you must change from GUI design-flow to script
design-flow (which you probably have to do anyway in a large design:
the GUI doesn't allow full control of all required tool options).

General Memory Problem: the problem is that a 32-bit processor (like all
x86 PCs) has 4 GB of address space. x86 processors have been able for
some years to support more than 4 GB of physical memory, but accessing
it is awkward (similar to the infamous segmented addresses of 16-bit x86).

All MS OSes split the virtual address seen by each application into two:
user and OS space. In most versions, each application has 2 GB of address
space and the other 2 GB is allocated to the OS.

There are Advanced Server versions of both NT 4 and Win2K which allocate
3 GB to the user application; but they are VERY expensive (thousands of $);
it's an expensive solution to install in every workstation.

I've read somewhere that Linux can allocate 3 GB of virtual address-space
for user applications, but I am not familiar with Linux.

The best solution is to move to 64-bit processors: Sun, IBM and HP (and
some others) offer 64-bit workstations now, and there are a lot of EDA tools
available (including all Xilinx tools). This is also a pretty expensive
solution: workstations are much more expensive than PCs (probably slower
nowaday), and EDA S/W for Unix is usually much more expensive than the
same S/W for Windows (not familiar with Linux pricing).

Right now, we are eagerly waiting for the AMD Hammer - this appears to be
the perfect solution for us Windows users who are trying to build big FPGAs.

Nicholas Weaver

unread,
Mar 6, 2002, 1:02:53 AM3/6/02
to
In article <44b0ca4e.02030...@posting.google.com>,

Assaf Sarfati <assaf_...@yahoo.com> wrote:
>Right now, we are eagerly waiting for the AMD Hammer - this appears to be
>the perfect solution for us Windows users who are trying to build big FPGAs.

The hammer looks like a GREAT solution, assuming Microsoft will
support it. The cost of the 64 bit extention is remarkably low (4%
area penalty, according to AMD), and AMD is already beating Intel on
the performance side. The SMP solution for 2-8 nodes is also nice and
clean.

What I worry is that M$ will only support the hammer under NT "Server"
variants, meaning that it wouldn't be accesable for workstation use
and CAD tools.

Also, it will still require a recompilation/restructuring to take
advantage of the 64 bit address space.
--
Nicholas C. Weaver nwe...@cs.berkeley.edu

Muzaffer Kal

unread,
Mar 6, 2002, 2:32:28 AM3/6/02
to

hopefully Xilinx will start supporting native Linux so there won't be
a need for any MS OS to run FPGA EDA tools.
Muzaffer Kal

http://www.dspia.com
ASIC/FPGA design/verification consulting specializing in DSP algorithm implementations

Lars Rzymianowicz

unread,
Mar 6, 2002, 2:38:23 AM3/6/02
to
Nicholas Weaver wrote:
> The hammer looks like a GREAT solution, assuming Microsoft will
> support it.

And it will be an even better solution, if M$ software isn't running
at all ;-) Linux for x86-64 is up and running afaik ;-)
And since Xilinx and most other EDA vendors support Linux now, why
step down to the bluescreen?

And yes, Linux user processes are normally limited to 3 GB memory
on 32bit plattforms like x86.

Lars

Alan Fitch

unread,
Mar 6, 2002, 4:19:06 AM3/6/02
to
In article <3C85105F...@xilinx.com>, Austin Lesea
<austin...@xilinx.com> writes

>I have heard from some folks:
>
>That even with Linux on the PC platform, that 2 Gbytes is the limit. There
>are people looking into why this is. Stay tuned for the answer. This may be
>related to the hardware they are using, or the build of Linux....
>
>Austin

I'm not sure exactly, but there was an article in uk.comp.os.linux
recently which mentioned that by default there are limits on how RAM is
allocated. If you are prepared to re-compile your kernel (*) you can
fiddle with

CONFIG_NOHIGHMEM=y

and change it to n (no).

Alan

(*) I'm of course referring to the Linux kernel here, not Windows :-)

<snip>

--
Alan Fitch
DOULOS Ltd.
Church Hatch, 22 Market Place, Ringwood, Hampshire BH24 1AW, United Kingdom
Tel: +44 1425 471223 Email: alan....@doulos.com
Fax: +44 1425 471573 Web: http://www.doulos.com

**********************************
** Developing design know-how **
**********************************

This e-mail and any attachments are confidential and Doulos Ltd. reserves
all rights of privilege in respect thereof. It is intended for the use of
the addressee only. If you are not the intended recipient please delete it
from your system, any use, disclosure, or copying of this document is
unauthorised. The contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.


Erwin Rol

unread,
Mar 6, 2002, 6:09:13 AM3/6/02
to
Linux splits up the 32bit-address space into 2 parts, one userspace (
3Gig) , one kernel (1Gig). So the absolute maxium memory that can be
used by a linux userspace process is 3Gig, but ofcourse the c-library
maps in things like shared libraries, .text, .data , and stack (or
stacks for multithreaded programms ) in that address. So the memory
available for malloc() is less, probablbly somewhere between 2 and 2.5
Gig depending on the type of allocation that malloc uses ( mmapped for
large memory requests come from a different place in the address space
than normal SBRK allocation).

So unless you specialy fine tune, the linux kernel (by moving the
0xc0000000 kernel start to something higher, to winn some 512 mega bytes
or so) and the c-librarys way of allocating memory and placing shared
libraries you probably stuck with the 2Gig limit.

The large memory extention (upto 64Gig physical memory) will allow you
to have more processes into memory than would fit in a 4Gig address
space. You could think of this as swapping to RAM, instead of swapping
to disk, it has cost but is way faster than disk-swapping.

But unlike the tools are specialy designed to deal with the memory limit
(you never going to get more than 4Gig linear memory on a 32bit machine)
you will have to move to a 64bit pladform like an alpha or maybe
upcomming ia64 or AMD x86-64 (but that will needed porting of the tools
also, cause 64bit pointers don't fit into a 32bit int :-).

- Erwin

ham...@cloud.net.au

unread,
Mar 6, 2002, 7:03:38 AM3/6/02
to
Austin Lesea <austin...@xilinx.com> wrote:
> We have Linux support now.....nice low cost way to break out of the 2Gbyte

Actually, you seem to support running the tools on Wine, which has been
said to work for quite a while now. Wine might be emulating the memory
models of Windows, so the same memory limit would apply.

Hamish
--
Hamish Moffatt VK3SB <ham...@debian.org> <ham...@cloud.net.au>

Johann Glaser

unread,
Mar 6, 2002, 8:22:42 AM3/6/02
to
Hi!

> The best solution is to move to 64-bit processors: Sun, IBM and HP (and
> some others) offer 64-bit workstations now, and there are a lot of EDA
> tools available (including all Xilinx tools). This is also a pretty
> expensive solution: workstations are much more expensive than PCs
> (probably slower nowaday), and EDA S/W for Unix is usually much more
> expensive than the same S/W for Windows (not familiar with Linux
> pricing).
>
> Right now, we are eagerly waiting for the AMD Hammer - this appears to
> be the perfect solution for us Windows users who are trying to build big
> FPGAs.

This is the one solution. Use 64-bit pointers. Available in Linux
nowadays, upcoming for Windows in the future (but perhaps only in special
versions). Or on Workstations.

Another idea would be to use a cluster for P&R. So, therefore P&R must be
done for some independant and seperabel parts. I don't know how P&R
software works and I'm afraid, it always needs the whole memory region,
but if smart programmers find a way to split P&R into several standalone
processes with only few communication, the easiest solution is a cluster.

On machines with more than 3GB RAM each process itself can use 3GB.
Several processes so can use the whole memory. So, it isn't even necessary
to distribute the processes to numerous PCs.

Linux is used very often for clusters, look for Mosix or Beowulf. In an
office with several FPGA designers all their PCs can be equiped with e.g.
Mosix and if one of them needs to do a P&R cycle, all PCs work together.
The priority system in Linux will do the rest, so all other workers don't
recognize a lot of the heavy load on their machine, because local
processes get fast reaction.

"Fork and forget". Use more than one process for P&R and the rest is done
by the OS and the cluster Software.

Advantage:
- each PC can be a "normal" one with a rational amount of RAM and a not
too expensive processor
- enormous speed up of P&R
- we will get native Linux tools :-)

Or, why should your processor wait for your next keypress running at
2GHz? ;-)

Bye
Hansi

Ray Andraka

unread,
Mar 6, 2002, 9:49:06 AM3/6/02
to
It sounds like we are all barking up the wrong tree. The solution is not to
go to more and more memory...There is something to be said about using low
cost PCs...instead, Xilinx needs to get the modular flow working so that one
can truely partition a design and run each partition through the entire
process, including place and route. The individual completed parts can then
be stitched together. Until the modular flow is working though, we are stuck
with the memory limits of the machines we work on.

Petter Gustad

unread,
Mar 6, 2002, 9:51:26 AM3/6/02
to
mschre...@yahoo.com (M Schreiber) writes:

> to overcome this? Are there any relatively cheap unix based machines
> ($<10,000) that can accomplish this? Any recommendations would be

A SUN Blade 1000 costs ca. $10k with a single GigaByte memory if
memory serves me right. Under Solaris you can run multiple PAR jobs in
parallel using the -m option in PAR. This option is not available
under Windows.

Petter
--
________________________________________________________________________
Petter Gustad 8'h2B | (~8'h2B) - Hamlet in Verilog http://gustad.com

Rick Filipkiewicz

unread,
Mar 6, 2002, 1:18:47 PM3/6/02
to

Ray Andraka wrote:

> It sounds like we are all barking up the wrong tree. The solution is not to
> go to more and more memory...There is something to be said about using low
> cost PCs...instead, Xilinx needs to get the modular flow working so that one
> can truely partition a design and run each partition through the entire
> process, including place and route. The individual completed parts can then
> be stitched together. Until the modular flow is working though, we are stuck
> with the memory limits of the machines we work on.
>
> Johann Glaser wrote:
>

Ray,

What are the limitations on the modular design flow in real life ? I've looked at
it and it seems clumsy and awkward but useable as long as the device density
isn't too high, otherwise the limitation to rectangular regions will make layout
difficult.

It also seems that the new X-Y grid system might make laying out the blocks less
fraught ?


Nicholas Weaver

unread,
Mar 6, 2002, 2:32:49 PM3/6/02
to
In article <3C85C76F...@atoll-net.de>,

Lars Rzymianowicz <lar...@atoll-net.de> wrote:
>Nicholas Weaver wrote:
>> The hammer looks like a GREAT solution, assuming Microsoft will
>> support it.
>
>And it will be an even better solution, if M$ software isn't running
>at all ;-) Linux for x86-64 is up and running afaik ;-)
>And since Xilinx and most other EDA vendors support Linux now, why
>step down to the bluescreen?

Because they are supporting the tools in WINE, so you keep the windows
API and associated limitations.

Peter Ormsby

unread,
Mar 6, 2002, 10:30:43 PM3/6/02
to
Lars Rzymianowicz <lar...@atoll-net.de> wrote in message
news:3C85C76F...@atoll-net.de...

> And since Xilinx and most other EDA vendors support Linux now, why
> step down to the bluescreen?

Just to be clear here, the Xilinx Linux solution is currently limited to
command-line only on WINE. For those unfamiliar with this approach, check
out http://www.winehq.com . Briefly, WINE is a piece of software that sits
between a Windows application and Linux and maps your Windows system calls
to Linux OS calls. The whole point to WINE is that you don't have to change
your Windows application at all - rather you make sure that WINE is smart
enough to handle all the pieces of Windows that your program uses. Running
Xilinx tools on Linux via WINE means that Xilinx made sure that WINE was
able to handle all the system calls the the command-line version of their
tools required. There were probably few (if any) changes made to the
original Xilinx Windows software.

Any limitations that the Xilinx Windows software has under Windows will
still exist on WINE-on-Linux.

BLATANT ALTERA PROMOTIONAL PLUG:

The Altera Quartus II Linux port is a true Linux port tested for
compatibility with RedHat's v7.1 Linux release.

END BLATANT ALTERA PROMOTIONAL PLUG.

-Pete-


Allan Herriman

unread,
Mar 7, 2002, 12:47:11 AM3/7/02
to
On Wed, 06 Mar 2002 14:49:06 GMT, Ray Andraka <r...@andraka.com> wrote:

>It sounds like we are all barking up the wrong tree. The solution is not to
>go to more and more memory...There is something to be said about using low
>cost PCs...instead, Xilinx needs to get the modular flow working so that one
>can truely partition a design and run each partition through the entire
>process, including place and route. The individual completed parts can then
>be stitched together. Until the modular flow is working though, we are stuck
>with the memory limits of the machines we work on.

Quite apart from the reduction in memory, this would also make PAR
much quicker!

I'm sure some of the algorithms they use must be at least O(N^2), so
breaking the problem into two halves will halve the total time taken.
(Or something like that.)

BTW, I see a significant speedup for large designs in Synplify if I
use the syn_hier attribute, which stops optimisations across module
boundaries.

Regards,
Allan.

Nicholas Weaver

unread,
Mar 7, 2002, 1:02:08 AM3/7/02
to
In article <3c86fdd9...@netnews.agilent.com>,

Allan Herriman <allan_herrim...@agilent.com> wrote:
>I'm sure some of the algorithms they use must be at least O(N^2), so
>breaking the problem into two halves will halve the total time taken.
>(Or something like that.)

No to mention that if you can do a good partitioning, you are a long
way towards making the tools able to use SMP and SMT architectures.

Petter Gustad

unread,
Mar 7, 2002, 3:45:28 AM3/7/02
to
"Peter Ormsby" <faepete.d...@attbi.com> writes:

> Lars Rzymianowicz <lar...@atoll-net.de> wrote in message
> news:3C85C76F...@atoll-net.de...
> > And since Xilinx and most other EDA vendors support Linux now, why
> > step down to the bluescreen?
>
> Just to be clear here, the Xilinx Linux solution is currently limited to
> command-line only on WINE. For those unfamiliar with this approach, check

[...snip...]

Does anybody know why Xilinx did this rather than porting their
Solaris/HP-UX version to Linux?

Petter Gustad

unread,
Mar 7, 2002, 3:54:00 AM3/7/02
to
Ray Andraka <r...@andraka.com> writes:

> It sounds like we are all barking up the wrong tree. The solution is not to
> go to more and more memory...There is something to be said about using low
> cost PCs...instead, Xilinx needs to get the modular flow working so that one
> can truely partition a design and run each partition through the entire

[snip]
Johann Glaser:


> > Another idea would be to use a cluster for P&R. So, therefore P&R must be
> > done for some independant and seperabel parts. I don't know how P&R

[snip]

I agree with both of you. Even in a hierarchical/modular design
methodology you could benefit greatly of a cluster of cheap PCs do do
your job.

The EDA vendors seems to spend a lot of effort working on their GUIs.
I would like to see some effort spent on parallel synthesis and PAR
tools. The problem is that this is difficult to add later, you have to
design it in from the start.

ham...@cloud.net.au

unread,
Mar 7, 2002, 5:07:34 AM3/7/02
to
Rick Filipkiewicz <ri...@algor.co.uk> wrote:
> What are the limitations on the modular design flow in real life ? I've looked at
> it and it seems clumsy and awkward but useable as long as the device density
> isn't too high, otherwise the limitation to rectangular regions will make layout
> difficult.

I found that the tool was just unable to properly place the logic. In
particular it had no idea how to place the interconnecting flip-flops
between the blocks. The modules I defined had very clean interfaces
(of up to 100 bits). P&R times were huge with very poor results.

I conclude that the idea is good but the current implementation is
unusable in my application.

Nial Stewart

unread,
Mar 7, 2002, 9:12:10 AM3/7/02
to
Petter Gustad wrote:
>
> "Peter Ormsby" <faepete.d...@attbi.com> writes:
>
> > Lars Rzymianowicz <lar...@atoll-net.de> wrote in message
> > news:3C85C76F...@atoll-net.de...
> > > And since Xilinx and most other EDA vendors support Linux now, why
> > > step down to the bluescreen?
> >
> > Just to be clear here, the Xilinx Linux solution is currently limited to
> > command-line only on WINE. For those unfamiliar with this approach, check
> [...snip...]
>
> Does anybody know why Xilinx did this rather than porting their
> Solaris/HP-UX version to Linux?
>
> Petter

We've found that Xilinx tools running on HP Unix aren't as fast
as those running on a (comparable ?) PC.

I think this is because the tools are written on PCs and ported
to Unix/workstation architecture.

Porting this port back to Linux/PC architecture again might have the
effect of slowing them even more.

Nial (speculating wildly).

Tim

unread,
Mar 7, 2002, 10:27:24 AM3/7/02
to
Allan Herriman wrote

> BTW, I see a significant speedup for large designs in Synplify if I
> use the syn_hier attribute, which stops optimisations across module
> boundaries.

How big a speedup? I have wondered about this but never had an
opportunity to measure it on truly large designs.

Presumably the gain increases as the design size goes up. When
syn_hier is asserted I would expect compilation time to be linear
with design size. Without this attribute, is compilation time
quadratic with size, or worse?

If the company coding style include flops at the exit of all logic
blocks I would not expect syn_hier to have much effect, though this
style can be pretty hard to enforce for the control logic part of an
application.

Maybe Ken McElvain, or another Synplicity expert, can comment?


Petter Gustad

unread,
Mar 7, 2002, 3:04:24 PM3/7/02
to
Nial Stewart <ni...@britain.agilent.com> writes:

> Petter Gustad wrote:
> >
> > "Peter Ormsby" <faepete.d...@attbi.com> writes:
> >
> > > Lars Rzymianowicz <lar...@atoll-net.de> wrote in message
> > > news:3C85C76F...@atoll-net.de...
> > > > And since Xilinx and most other EDA vendors support Linux now, why
> > > > step down to the bluescreen?
> > >
> > > Just to be clear here, the Xilinx Linux solution is currently limited to
> > > command-line only on WINE. For those unfamiliar with this approach, check
> > [...snip...]
> >
> > Does anybody know why Xilinx did this rather than porting their
> > Solaris/HP-UX version to Linux?
> >
> > Petter
>
> We've found that Xilinx tools running on HP Unix aren't as fast
> as those running on a (comparable ?) PC.

I've found that the Xilinx tools running on some 5-6 year old SUN
machines are not as fast as those running on a 6 month old PC. I
expeced this was due to the slow machine.

Does anybody here have access to a 900MHz UltraSparc III style machine
to do a benchmark against a Windows PC?

> I think this is because the tools are written on PCs and ported
> to Unix/workstation architecture.

I heard some rumors that Xilinx developers used Linux as a development
platform internally since it doesn't crash as frequently as Windows.

Actually the command line tools (ngdbuild, map, par etc.) appears to
be UNIX style programs, at least they use -options rather than
/options. The first time I used XACT was on a SPARC/SunOS plattform.

> Porting this port back to Linux/PC architecture again might have the
> effect of slowing them even more.

Somebody (here?) reported a speed increase over Windows when they were
running under WINE. This would indicate the contrary it there were no
measurement errors.

Tim

unread,
Mar 7, 2002, 8:15:12 PM3/7/02
to
Petter Gustad wrote

> Actually the command line tools (ngdbuild, map, par etc.) appears to
> be UNIX style programs, at least they use -options rather than
> /options. The first time I used XACT was on a SPARC/SunOS plattform.

The first time I used XACT was on a 8MHz 8086, running MS-DOS 3.1.
If this was developed on UNIX, the boys and girls at Xilinx sure
knew a thing or two about writing portable code :-)


Allan Herriman

unread,
Mar 7, 2002, 10:52:25 PM3/7/02
to
On Thu, 7 Mar 2002 15:27:24 -0000, "Tim"
<t...@rockylogic.com.nooospam.com> wrote:

>Allan Herriman wrote
>
>> BTW, I see a significant speedup for large designs in Synplify if I
>> use the syn_hier attribute, which stops optimisations across module
>> boundaries.
>
>How big a speedup? I have wondered about this but never had an
>opportunity to measure it on truly large designs.

A single syn_heir on one of the top level modules took the time from 4
hours to about 2.5 hours for one particular design.

>Presumably the gain increases as the design size goes up. When
>syn_hier is asserted I would expect compilation time to be linear
>with design size. Without this attribute, is compilation time
>quadratic with size, or worse?
>
>If the company coding style include flops at the exit of all logic
>blocks I would not expect syn_hier to have much effect, though this
>style can be pretty hard to enforce for the control logic part of an
>application.

Synplify will "optimise" to a certain extent across flip flops. It
will do things like fanout control, and (optionally) pipelining, which
allows it to move combinatorial logic to the other side of a flip
flop, to improve the overall cycle time.
I always have pipelining turned off though.

Regards,
Allan.

Petter Gustad

unread,
Mar 8, 2002, 1:04:27 PM3/8/02
to
"Tim" <t...@rockylogic.com.nooospam.com> writes:

That must have been long before me then. It must have been on a
SparcStation II in the early 1990's.

Jay

unread,
Mar 8, 2002, 2:21:41 PM3/8/02
to
Provided you have multiple licenses, you can do a divide and conquer
multi-machine bottom-up synthesis using Synopsys and a few scripts,
but the P&R task just seems to be atomic to date and we're constantly
asking "How can we make this faster?" So far the only workable
solution I've seen is manual partition into multiple FPGAs. A
XC2V3000 P&R more than twice as fast as an XC2V6000.

Regards

Petter Gustad <newsma...@gustad.com> wrote in message news:<m3k7so7...@scimul.dolphinics.no>...

glen herrmannsfeldt

unread,
Mar 8, 2002, 4:46:08 PM3/8/02
to
"Peter Ormsby" <faepete.d...@attbi.com> writes:

(snip about WINE)

>Any limitations that the Xilinx Windows software has under Windows will
>still exist on WINE-on-Linux.

Well, for limitations of the program itself, yes, but not necessarily
OS limitations.

While windows gives 2GB, and some server versions give 3GB, it would
be possible for WINE to give 3.5GB. There may be other OS limitations
that it could also get around. Definitely you won't get more than
4GB though.

-- glen

Ray Andraka

unread,
Mar 8, 2002, 6:20:59 PM3/8/02
to
Portable meant it was delivered as a stack of floppy disks. I'm pretty sure
that was developed specifically for DOS. I still have that pile of
diskettes around here somewhere. I do remember justifying a 286 to run the
Xilinx software and getting away with it.

B. Joshua Rosen

unread,
Mar 8, 2002, 7:50:00 PM3/8/02
to

The current generation of Xilinx tools is unrelated to XACT. Xilinx
bought a company (who's name escapes me now) in the mid-90s that had a
place and route tool that is the ancestor of the current tools. My
understanding is that the Xilinx tools are developed on Unix and then
ported to Windows. The reason that the Xilinx tools run so well under
wine is that they are really Unix programs, the only part of them that is
Windows oriented are the GUIs, the underlying programs like map and par
are clearly Unix programs.

bob elkind

unread,
Mar 8, 2002, 8:16:33 PM3/8/02
to
"B. Joshua Rosen" <bjr...@polybus.com> wrote in message
news:pan.2002.03.08.19...@polybus.com...

> The current generation of Xilinx tools is unrelated to XACT. Xilinx
> bought a company (who's name escapes me now)

The company's name was NEOCAD

Rick Filipkiewicz

unread,
Mar 9, 2002, 4:01:19 AM3/9/02
to

Allan Herriman wrote:

> <snip>

>
> I always have pipelining turned off though.
>
> Regards,
> Allan.

How come ? Are there problems with it ?

Petter Gustad

unread,
Mar 9, 2002, 4:04:26 AM3/9/02
to
"B. Joshua Rosen" <bjr...@polybus.com> writes:

> The current generation of Xilinx tools is unrelated to XACT. Xilinx
> bought a company (who's name escapes me now) in the mid-90s that had a
> place and route tool that is the ancestor of the current tools. My

Thank you for the clarification. I was wrong when I assumed XACT was
the ancestor of Alliance/ISE/etc.

> understanding is that the Xilinx tools are developed on Unix and then
> ported to Windows. The reason that the Xilinx tools run so well under

This what I've heard to. Hence I was a little surprised that Xilinx is
supporting the Windows version under WINE in the 4.2 release rather
than porting their native UNIX (Solaris/HP-UX) version to Linux.

B. Joshua Rosen

unread,
Mar 9, 2002, 8:33:15 AM3/9/02
to
In <87y9h2w...@filestore.home.gustad.com>, Petter Gustad wrote:

> "B. Joshua Rosen" <bjr...@polybus.com> writes:
>
>> The current generation of Xilinx tools is unrelated to XACT. Xilinx
>> bought a company (who's name escapes me now) in the mid-90s that had a
>> place and route tool that is the ancestor of the current tools. My
>
> Thank you for the clarification. I was wrong when I assumed XACT was the
> ancestor of Alliance/ISE/etc.
>
>> understanding is that the Xilinx tools are developed on Unix and then
>> ported to Windows. The reason that the Xilinx tools run so well under
>
> This what I've heard to. Hence I was a little surprised that Xilinx is
> supporting the Windows version under WINE in the 4.2 release rather than
> porting their native UNIX (Solaris/HP-UX) version to Linux.
>
> Petter

It's the GUI part of the product that they needed Wine for. The Xilinx
tools have been running for years under wine so all they had to do was
package them up and announce that they are supporting the Linux
environment. I read a mention somewhere, either here or in the wine
group, that they intend to have a fully native version next year. The
GUIs are written using a tool that puts out both Windows and Unix code, I
think they are waiting for that tool to support Linux.

Ray Andraka

unread,
Mar 9, 2002, 9:43:59 AM3/9/02
to
Probably because he is doing his designs with enough
attention to detail that turning it on will screw up his
design. It is fine for medium performance, but at the high
end of the chip's capability automatic pipelining is no
match for a carefully executed design. BTW, tight control
not only buys performance, it also buys lower power
consumption, higher density, faster PAR times and more
consistent results. Added together, and combined with
hierarchical design and design for reuse, these advantages
far outweigh the little bit of extra effort needed.

Petter Gustad

unread,
Mar 9, 2002, 6:04:27 PM3/9/02
to
"B. Joshua Rosen" <bjr...@polybus.com> writes:

> In <87y9h2w...@filestore.home.gustad.com>, Petter Gustad wrote:
>
> > "B. Joshua Rosen" <bjr...@polybus.com> writes:
> >
> >> The current generation of Xilinx tools is unrelated to XACT. Xilinx
> >> bought a company (who's name escapes me now) in the mid-90s that had a
> >> place and route tool that is the ancestor of the current tools. My
> >
> > Thank you for the clarification. I was wrong when I assumed XACT was the
> > ancestor of Alliance/ISE/etc.
> >
> >> understanding is that the Xilinx tools are developed on Unix and then
> >> ported to Windows. The reason that the Xilinx tools run so well under
> >
> > This what I've heard to. Hence I was a little surprised that Xilinx is
> > supporting the Windows version under WINE in the 4.2 release rather than
> > porting their native UNIX (Solaris/HP-UX) version to Linux.
> >
> > Petter
> It's the GUI part of the product that they needed Wine for. The Xilinx
> tools have been running for years under wine so all they had to do was
> package them up and announce that they are supporting the Linux

But the GUI stuff should be easily ported from Solaris/HP-UX to Linux.
I thought it was written in Java since it's so sluggish. BTW: I don't
use any of the GUI programs besides the floorplanner and the
installation programs (which are soooo sloooow).

> environment. I read a mention somewhere, either here or in the wine
> group, that they intend to have a fully native version next year. The
> GUIs are written using a tool that puts out both Windows and Unix code, I
> think they are waiting for that tool to support Linux.

That explains a lot, i.e. that they have to wait for a third party
provider to make a Linux release.

ham...@cloud.net.au

unread,
Mar 10, 2002, 8:30:14 AM3/10/02
to
B. Joshua Rosen <bjr...@polybus.com> wrote:
> environment. I read a mention somewhere, either here or in the wine
> group, that they intend to have a fully native version next year. The
> GUIs are written using a tool that puts out both Windows and Unix code, I
> think they are waiting for that tool to support Linux.

UNIX GUIs (ie X11) will already work on Linux - no changes required.

Erwin Rol

unread,
Mar 11, 2002, 5:30:00 AM3/11/02
to ham...@cloud.net.au
ham...@cloud.net.au wrote:
> B. Joshua Rosen <bjr...@polybus.com> wrote:
>
>>environment. I read a mention somewhere, either here or in the wine
>>group, that they intend to have a fully native version next year. The
>>GUIs are written using a tool that puts out both Windows and Unix code, I
>>think they are waiting for that tool to support Linux.
>>
>
> UNIX GUIs (ie X11) will already work on Linux - no changes required.
>

Well it is unlikely they use bare X11, it is more likely they use
Motif/CDE under HP-UX and Solaris. And Motif 2.x and CDE are poorly
supported under Linux (unless you buy a commercial version, which will
cost you additional money). So Wine might be the easier (and cheaper)
solution here.

- Erwin


> Hamish
>


Petter Gustad

unread,
Mar 11, 2002, 1:04:30 PM3/11/02
to
Erwin Rol <Erwin.Ro...@Q-Soft-Engineering.com> writes:

There are quite a few Motif based applications available under Linux.
Motif is available under the Open Group Public License:

http://www.opengroup.org/openmotif/license/

The sources can be downloaded from the same site.

However, the Xilinx GUI based apps (nder Solaris) does not seem to be
linked with Motif (unless they are statically linked), e.g. the
floorplanner appears to be linked with some other libraries
(libRogueWave, libXdh, libGui_Framework, etc.).

Erwin Rol

unread,
Mar 12, 2002, 4:06:20 AM3/12/02
to
Petter Gustad wrote:
> Erwin Rol <Erwin.Ro...@Q-Soft-Engineering.com> writes:
>
>
>>ham...@cloud.net.au wrote:
>>
>>>B. Joshua Rosen <bjr...@polybus.com> wrote:
>>>
>>>
>>>>environment. I read a mention somewhere, either here or in the wine
>>>>group, that they intend to have a fully native version next year. The
>>>>GUIs are written using a tool that puts out both Windows and Unix code, I
>>>>think they are waiting for that tool to support Linux.
>>>>
>>>>
>>>UNIX GUIs (ie X11) will already work on Linux - no changes required.
>>>
>>>
>>Well it is unlikely they use bare X11, it is more likely they use
>>Motif/CDE under HP-UX and Solaris. And Motif 2.x and CDE are poorly
>>supported under Linux (unless you buy a commercial version, which will
>>cost you additional money). So Wine might be the easier (and cheaper)
>>solution here.
>>
>
> There are quite a few Motif based applications available under Linux.
> Motif is available under the Open Group Public License:
>
> http://www.opengroup.org/openmotif/license/
>
> The sources can be downloaded from the same site.
>
> However, the Xilinx GUI based apps (nder Solaris) does not seem to be
> linked with Motif (unless they are statically linked), e.g. the
> floorplanner appears to be linked with some other libraries
> (libRogueWave, libXdh, libGui_Framework, etc.).

Hmmm Rogue Wave makes several cross-OS libaries, so it seems like a poor
excuse to not just port a native version to Linux. Also cause Wine for
example doesn't run on PowerPC-Linux.

Maybe if they just OpenSource it like Netscape did someone will port it
for them :-) But i am sure Xilinx doesn't like the idea that someone
might port support for Altera devices in the software, eventhough for
custumors it would be a good thing :-)

- Erwin

>
> Petter
>


Allan Herriman

unread,
Mar 12, 2002, 4:07:53 AM3/12/02
to
On Sat, 09 Mar 2002 09:01:19 +0000, Rick Filipkiewicz
<ri...@algor.co.uk> wrote:

>> I always have pipelining turned off though.
>

>How come ? Are there problems with it ?

Hi Rick,

No problems, but I think it is aimed at behavioural (i.e. bloated)
designs that have lots of combinatorial logic and few pipeline stages.
As Ray said, my desings mostly have very little logic between flip
flop stages, so the pipelining feature has little benefit.

Regards,
Allan.

Ray Andraka

unread,
Mar 12, 2002, 8:25:42 AM3/12/02
to
Its more of the aiming the tools at the lowest common denominator bit. A
properly targeted FPGA design rarely sees any benefit to the
pipelining/retiming tools that are the latest rage.

Duane Clark

unread,
Mar 12, 2002, 11:44:29 AM3/12/02
to
Erwin Rol wrote:
>
> Hmmm Rogue Wave makes several cross-OS libaries, so it seems like a poor
> excuse to not just port a native version to Linux. Also cause Wine for
> example doesn't run on PowerPC-Linux.

Some people have in the past played around with PowerPC ports of Wine.
There is not a fundamental problem with doing this, but there is little
interest so far. This is of course because the one of the main focuses
of wine is to run programs that are compiled for X86, and they would not
run on a PowerPC even with wine.

--
My real email is akamail.com@dclark (or something like that).

Petter Gustad

unread,
Mar 12, 2002, 1:04:32 PM3/12/02
to
Erwin Rol <Erwin.Ro...@Q-Soft-Engineering.com> writes:

> Hmmm Rogue Wave makes several cross-OS libaries, so it seems like a poor
> excuse to not just port a native version to Linux. Also cause Wine for
> example doesn't run on PowerPC-Linux.

I don't know Rouge Wave, but I think I've seen the name flash by on
some of my kids games. Maybe there will be a PS2 port :-) Most EDA
vendors (Synopsys, Cadence etc.) support only a single Linux
distribution (typically Red Hat on X86) so I don't have very high
hopes for a PPC Linux.

> Maybe if they just OpenSource it like Netscape did someone will port it
> for them :-) But i am sure Xilinx doesn't like the idea that someone
> might port support for Altera devices in the software, eventhough for
> custumors it would be a good thing :-)

Absolutely!

Peter Dudley

unread,
Mar 15, 2002, 11:06:31 AM3/15/02
to
There ought to be some way to use the fpga fabric itself for place and route
acceleration. Is there any research in this area?


"Petter Gustad" <newsma...@gustad.com> wrote in message

news:m3ofi07...@scimul.dolphinics.no...


> "Peter Ormsby" <faepete.d...@attbi.com> writes:
>
> > Lars Rzymianowicz <lar...@atoll-net.de> wrote in message
> > news:3C85C76F...@atoll-net.de...
> > > And since Xilinx and most other EDA vendors support Linux now, why
> > > step down to the bluescreen?
> >
> > Just to be clear here, the Xilinx Linux solution is currently limited to
> > command-line only on WINE. For those unfamiliar with this approach,
check
> [...snip...]
>
> Does anybody know why Xilinx did this rather than porting their
> Solaris/HP-UX version to Linux?
>

0 new messages