C
canadianJaouk
Guest
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
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