Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > VHDL vs. System Generator, et al.

Reply
Thread Tools

VHDL vs. System Generator, et al.

 
 
Robert G. Kaimer Jr.
Guest
Posts: n/a
 
      11-29-2006
I've been working with VHDL for several years. Recently, a DSP-intensive
portion of one of our designs was developed by our Sr. Scientist using
Simulink and System Generator. He didn't have any previous FPGA
experience, and has since presented what is widely considered a
convincing argument for the eventual replacement of VHDL hand coding at
our company.

I realize that System Generator is geared toward DSP (and that it
generates VHDL code), but is there any weight to the argument that it
can replace coding of VHDL (or Verilog) outright? Is there some aspect
of HDLs (or deficiency of system-oriented tools) that makes developing
coding proficiency worthwhile?

Thanks/Regards,
Bob
 
Reply With Quote
 
 
 
 
Paul Uiterlinden
Guest
Posts: n/a
 
      11-29-2006
Robert G. Kaimer Jr. wrote:

> I've been working with VHDL for several years. Recently, a
> DSP-intensive portion of one of our designs was developed by our Sr.
> Scientist using Simulink and System Generator. He didn't have any
> previous FPGA experience, and has since presented what is widely
> considered a convincing argument for the eventual replacement of
> VHDL hand coding at our company.


Coincidentally, I happened to read this article today:
http://www.fpgajournal.com/articles_...061128_dsp.htm

Further than that, I do not have a real opinion on the subject
(lacking experience in DSP and MatLab).

Of course, there is a tendency to higher levels. After all, drawing
gates and schematics have been replaced almost entirely by writing
VHDL/Verilog.

--
Paul.
www.aimcom.nl
email address: switch x and s
 
Reply With Quote
 
 
 
 
jez-smith@hotmail.co.uk
Guest
Posts: n/a
 
      11-29-2006

Paul Uiterlinden schrieb:

> Robert G. Kaimer Jr. wrote:
>
> > I've been working with VHDL for several years. Recently, a
> > DSP-intensive portion of one of our designs was developed by our Sr.
> > Scientist using Simulink and System Generator. He didn't have any
> > previous FPGA experience, and has since presented what is widely
> > considered a convincing argument for the eventual replacement of
> > VHDL hand coding at our company.

>
> Coincidentally, I happened to read this article today:
> http://www.fpgajournal.com/articles_...061128_dsp.htm
>
> Further than that, I do not have a real opinion on the subject
> (lacking experience in DSP and MatLab).
>
> Of course, there is a tendency to higher levels. After all, drawing
> gates and schematics have been replaced almost entirely by writing
> VHDL/Verilog.
>
> --
> Paul.
> www.aimcom.nl
> email address: switch x and s


My experiance with these sorts of automated system generators is that
they are pretty dreadful and there is little to commend them, its very
similar to the idea that you can generate good hardware by using C or C
with parrelel processing extensions which was a popular idea a few
years ago and has nw dies a death although it keeps on cropping up
again amongst software types who dont really understand hardware.

 
Reply With Quote
 
Andy
Guest
Posts: n/a
 
      11-29-2006
Algorithmic portions of the design (i..e the DSP part) are, or can be,
handled pretty well by various higher level design environments, such
as System Generator, Catapult, etc.

Where most of these environments fall down is in the interfaces to get
data into and out of the FPGA. For popular, standard interfaces,
there's IP; for everything else, there's HDL coding.

Andy

jez- wrote:
> Paul Uiterlinden schrieb:
>
> > Robert G. Kaimer Jr. wrote:
> >
> > > I've been working with VHDL for several years. Recently, a
> > > DSP-intensive portion of one of our designs was developed by our Sr.
> > > Scientist using Simulink and System Generator. He didn't have any
> > > previous FPGA experience, and has since presented what is widely
> > > considered a convincing argument for the eventual replacement of
> > > VHDL hand coding at our company.

> >
> > Coincidentally, I happened to read this article today:
> > http://www.fpgajournal.com/articles_...061128_dsp.htm
> >
> > Further than that, I do not have a real opinion on the subject
> > (lacking experience in DSP and MatLab).
> >
> > Of course, there is a tendency to higher levels. After all, drawing
> > gates and schematics have been replaced almost entirely by writing
> > VHDL/Verilog.
> >
> > --
> > Paul.
> > www.aimcom.nl
> > email address: switch x and s

>
> My experiance with these sorts of automated system generators is that
> they are pretty dreadful and there is little to commend them, its very
> similar to the idea that you can generate good hardware by using C or C
> with parrelel processing extensions which was a popular idea a few
> years ago and has nw dies a death although it keeps on cropping up
> again amongst software types who dont really understand hardware.


 
Reply With Quote
 
Thomas Stanka
Guest
Posts: n/a
 
      11-30-2006
Hi,

Robert G. Kaimer Jr. schrieb:
> I realize that System Generator is geared toward DSP (and that it
> generates VHDL code), but is there any weight to the argument that it
> can replace coding of VHDL (or Verilog) outright? Is there some aspect
> of HDLs (or deficiency of system-oriented tools) that makes developing
> coding proficiency worthwhile?


Code generators are not new, they get only (significant?) better.

Code Generators are allways restricted in producing your code. There's
in principle no difference between a code generator for a multiplier or
a codegenerator for complex DSP. You always get fast code, but you
lack control over the code. The less inputs your tool nedds, the less
control is possible.

A code generator is good, if you have less contraints, but is unusable
if the generated code didn't match your timing, area, power budget,....
The increasing usage of IPs is a fact and increasing usage of (simple)
code generators are also a fact. But there will be ever designs or
parts of designs, where you need to build your own code to meet your
constraints.

bye Thomas

 
Reply With Quote
 
Martin Thompson
Guest
Posts: n/a
 
      11-30-2006
Paul Uiterlinden <> writes:

> Robert G. Kaimer Jr. wrote:
>
> > I've been working with VHDL for several years. Recently, a
> > DSP-intensive portion of one of our designs was developed by our Sr.
> > Scientist using Simulink and System Generator. He didn't have any
> > previous FPGA experience, and has since presented what is widely
> > considered a convincing argument for the eventual replacement of
> > VHDL hand coding at our company.

>
> Coincidentally, I happened to read this article today:
> http://www.fpgajournal.com/articles_...061128_dsp.htm
>
> Further than that, I do not have a real opinion on the subject
> (lacking experience in DSP and MatLab).
>
> Of course, there is a tendency to higher levels. After all, drawing
> gates and schematics have been replaced almost entirely by writing
> VHDL/Verilog.
>


Except that Sysgen *is* pretty much low-level unless you can make use of
the predefined high level blocks (which are very commsy). For our
application, it was *just* like writing VHDL - you have to instantiate
registers, adders and the like and wire them up. Just like the old
schematic days

Pros:
* It understands fixed point, so it lines the decimal points up for you
and propogates the size of results.
* You get all of Simulink's interesting signal sources for free
If you already know Simulink, it's easier than learning VHDL. You'll
still have to learn FPGA though

Cons:
* Not that different to hand coded VHDL, unless you want a Viterbi
decoder or the like.
* You get all of Simulink's "features" - like it has no idea of
hierarchy in a model unless you start removing bit and creating
libraries. Makes testbenches a pain.
* It takes ages to run and then says "you've got too many bits going
into this register" before dying. You had to wait about 3 mins on our
design (which was not *that* big, a middling Virtex-II) to get these
errors, and eventually it would synthesise. Which also took ages!

Cheers,
Martin

--

TRW Conekt - Consultancy in Engineering, Knowledge and Technology
http://www.conekt.net/electronics.html


 
Reply With Quote
 
Jahagirdar Vijayvithal S
Guest
Posts: n/a
 
      11-30-2006
* jez- <jez-> wrote:
>
> My experiance with these sorts of automated system generators is that
> they are pretty dreadful and there is little to commend them, its very
> similar to the idea that you can generate good hardware by using C or C
> with parrelel processing extensions which was a popular idea a few
> years ago and has nw dies a death although it keeps on cropping up
> again amongst software types who dont really understand hardware.
>


As system complexity increases we arrive at a point where we have to
make a tradeoff between getting the most optimised design and managing
design complexity. The software industry went through a similar stage
where it moved from assembly to c to java where it traded off compact
code and faster run time for managable designs. Afterall today processor
cycles and memory is cheap.

The digital design sector has similarly moved from hand crafting each
gate(full custom design) to inferring standard gates from RTL (ASIC).
Quite a few people would today argue that gates are cheap

The current RTL languages were designed to handle complexity of the 80's.
Recent extensions to the languages focus more on the verification aspect
rather than correct by construction(RTL coding).

While simulink or the current crop of C++ based synthesis tools may or may not
be the solution. The need for next generation hardware design languages
certainly exists.

Regards
Jahagirdar Vijayvithal S
--
Jahagirdar .V.S
IC Design Engineer WSG
Texas Instruments (India) Ltd.
 
Reply With Quote
 
ajjc
Guest
Posts: n/a
 
      11-30-2006

Bob,
FYI, check out the following report:

Daresbury Report:
http://www.cse.clrc.ac.uk/disco/publ...A_overview.pdf

alan

 
Reply With Quote
 
boysr2003 boysr2003 is offline
Junior Member
Join Date: Jul 2006
Posts: 9
 
      12-01-2006
Hi,
my name is Yassir Boukhriss, from my experience, System Generator is not intended to replace VHDL coding. It's a convenient tool to generate VHDL code if you can match the timing constraints of your design. What you can do is use system generator and write vhdl code. Sometimes it's easier to implement something in system generator than writing its vhdl code. For example it's easier to implement a phase locked loop in system generator than writing its vhdl code. To meet timing constraints in system generator, you need to adjust the parameters in the system generator token to match the constraints of your design. Again, in some cases system generator is not useful.
Take care.
 
Reply With Quote
 
se
Guest
Posts: n/a
 
      12-02-2006
Jahagirdar Vijayvithal S wrote:
>
> As system complexity increases we arrive at a point where we have to
> make a tradeoff between getting the most optimised design and managing
> design complexity. The software industry went through a similar stage
> where it moved from assembly to c to java where it traded off compact
> code and faster run time for managable designs. Afterall today processor
> cycles and memory is cheap.
>


We evaluated several such tools a couple of years ago and have been
using Simulink since. We typically have an algorithmist use Simulink
and the traditional FPGA developer works the rest of the design.

Sam
 
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
VHDL-2002 vs VHDL-93 vs VHDL-87? afd VHDL 1 03-23-2007 09:33 AM
BPSK on VHDL (warning - VHDL newbie) pygmalion VHDL 6 06-23-2006 07:30 PM
VHDL 2002 vs VHDL 1993 dude VHDL 1 03-23-2006 01:18 PM
multiD-vhdl: Multi Dimensional Arrays (allowing generics on each dimension) for VHDL (including ports) albert.neu@gmail.com VHDL 2 03-21-2006 04:05 PM
what's the difference between VHDL 93 CONCATENATION and VHDL 87 CONCATENATION? walala VHDL 3 09-18-2003 04:17 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