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

Reply

VHDL - VHDL vs. System Generator, et al.

 
Thread Tools Search this Thread
Old 11-29-2006, 05:54 PM   #1
Default VHDL vs. System Generator, et al.


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


Robert G. Kaimer Jr.
  Reply With Quote
Old 11-29-2006, 09:10 PM   #2
Paul Uiterlinden
 
Posts: n/a
Default Re: VHDL vs. System Generator, et al.

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
Old 11-29-2006, 09:49 PM   #3
jez-smith@hotmail.co.uk
 
Posts: n/a
Default Re: VHDL vs. System Generator, et al.


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
Old 11-29-2006, 10:59 PM   #4
Andy
 
Posts: n/a
Default Re: VHDL vs. System Generator, et al.

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
Old 11-30-2006, 07:20 AM   #5
Thomas Stanka
 
Posts: n/a
Default Re: VHDL vs. System Generator, et al.

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
Old 11-30-2006, 01:18 PM   #6
Martin Thompson
 
Posts: n/a
Default Re: VHDL vs. System Generator, et al.

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
Old 11-30-2006, 05:28 PM   #7
Jahagirdar Vijayvithal S
 
Posts: n/a
Default Re: VHDL vs. System Generator, et al.

* 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
Old 11-30-2006, 07:31 PM   #8
ajjc
 
Posts: n/a
Default Re: VHDL vs. System Generator, et al.


Bob,
FYI, check out the following report:

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

alan

  Reply With Quote
Old 12-01-2006, 03:23 PM   #9
boysr2003
Junior Member
 
Join Date: Jul 2006
Posts: 9
Default Comment on VHDL vs. System Generator

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.
boysr2003 is offline   Reply With Quote
Old 12-02-2006, 04:08 PM   #10
se
 
Posts: n/a
Default Re: VHDL vs. System Generator, et al.

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 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
Forum Jump