![]() |
|
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |