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

Reply

VHDL - Re: IIR filter example ?

 
Thread Tools Search this Thread
Old 08-15-2006, 09:16 PM   #1
Default Re: IIR filter example ?


Mike,

What's the advantage of the coding style you demonstrated in this example
with procedures instead of direct assignments in the process?

Thanks,
/Mikhail



"Mike Treseler" <> wrote in message
news:...
> Frank Buss wrote:
>
> > Is this synthesizable?

>
> If you add a few declarations it is.
>
> http://home.comcast.net/~mike_treseler/irr.vhd
> http://home.comcast.net/~mike_treseler/irr.pdf
>
> -- Mike Treseler





MM
  Reply With Quote
Old 08-15-2006, 09:44 PM   #2
Mike Treseler
 
Posts: n/a
Default Re: IIR filter example ?
MM wrote:

> What's the advantage of the coding style you demonstrated in this example
> with procedures instead of direct assignments in the process?


Since the template is always the same,
I can write synth code quickly and it
often works the first time.

The template separates the tasks of
initialization, update, and output wiring.
The procedure "update_regs" becomes a distilled
functional description without any
wires or boilerplate spoiling the view.

I can simulate simple variable updates
in my head because the description uses
present values only. There are no signals.

-- Mike Treseler


Mike Treseler
  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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help on auto conversion from Matlab to vhdl on filter design hardheart Hardware 0 12-07-2007 09:19 AM
any way to filter or add a color in an avi file? Mario DVD Video 5 10-19-2007 04:35 AM
Macrovision filter box... rdlebreton@hotmail.com DVD Video 5 04-24-2006 06:41 PM
HELP! Macrovision filter? Ben DVD Video 3 09-06-2004 03:58 PM
delogo filter indiana DVD Video 0 09-01-2003 11:27 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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