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

Reply

VHDL - PCB functional modeling

 
Thread Tools Search this Thread
Old 04-16-2007, 03:42 PM   #1
Default PCB functional modeling


I am looking for suggestions for a functional board modeling flow.
Right now I model our boards in VHDL with real number models for
"analog" components. I model all components on the board including
primitives (resistors, caps, etc...)... What i am looking for is a
high level modeling flow where we're mostly interested in connectivity
(not electrical properties of the circuit).

The flow is essentially generating a VHDL netlist from a schematic
capture tool and running some perl scripts to make it "modeling
friendly".

The VHLD flows proves less than ideal, mainly because of
bidirectionality of relays, resistors and other such components. I
can make it work but it's always a headache to get the board model up
and running, and there is a lot of manual tweaking involved

So I am looking for suggestions to improve this flow. Mainly I would
like to know if I should use some other language than vhdl to make
this easier? Remember I need both std_logic and real numbers. I hear
a lot about systemC and systemVlog... would those be well suited
languages for this type of task? Any other suggestions?

Thanks!
-Jakub



canadianJaouk
  Reply With Quote
Old 04-23-2007, 05:43 PM   #2
FMF
 
Posts: n/a
Default Re: PCB functional modeling
Jakub,

Personally, I would stick with VHDL for now and consider VHDL-AMS in the
future. I have used VHDL for board-level verification for the past 15
years. It is not as simple as it could be but it works better than anything
else I have tried including Verilog.

Bidirectionality is a problem in VHDL (and in Verilog). We have some
bidirectional components on the FMF website (www.FreeModelFoundry.com) but,
they are not very robust.

Rick


canadianJaouk wrote:
> I am looking for suggestions for a functional board modeling flow.
> Right now I model our boards in VHDL with real number models for
> "analog" components. I model all components on the board including
> primitives (resistors, caps, etc...)... What i am looking for is a
> high level modeling flow where we're mostly interested in connectivity
> (not electrical properties of the circuit).
>
> The flow is essentially generating a VHDL netlist from a schematic
> capture tool and running some perl scripts to make it "modeling
> friendly".
>
> The VHLD flows proves less than ideal, mainly because of
> bidirectionality of relays, resistors and other such components. I
> can make it work but it's always a headache to get the board model up
> and running, and there is a lot of manual tweaking involved
>
> So I am looking for suggestions to improve this flow. Mainly I would
> like to know if I should use some other language than vhdl to make
> this easier? Remember I need both std_logic and real numbers. I hear
> a lot about systemC and systemVlog... would those be well suited
> languages for this type of task? Any other suggestions?
>
> Thanks!
> -Jakub
>



FMF
  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




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