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

Reply

VHDL - VHDL-AMS Q'ltf

 
Thread Tools Search this Thread
Old 04-04-2007, 01:32 PM   #1
Default VHDL-AMS Q'ltf


I am using Q'ltf in the model of an amplifier, with the numerator and
denominator declared as

constant num : real_vector := (0 => gain*F_3db*math_2_pi);
constant den : real_vector := (F_3db*math_2_pi, 1.0);

and the simultaneous statement is

voutL == voutdq'ltf(num, den);

where voutL and voutdq are quantities.

ncvhdl compiles this without problems, however when I elaborate it I
get the following error,


ncelab: 05.00-p001: (c) Copyright 1995-2003 Cadence Design Systems,
Inc.
ncelab: *E,ELABUNSUPPLTF: Unsupported LTF parameter type;
must be aggregate of scalars: ./amp.vhd:126:
voutdq'LTF_126_16.

Error found by spectre.
Error: VHDL-AMS SAM generation failed
ncelab: *F,SSIGF: Spectre Simulation Image generation failed!.


Any help would be appreciated

Mark



Mark Fisher
  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
How to execute an external software from VHDL? And how to interface VHDL with JAVA? becool_nikks Software 0 03-06-2009 07:08 PM
Vending machine using VHDL arie General Help Related Topics 0 03-05-2009 05:45 AM
Help on auto conversion from Matlab to vhdl on filter design hardheart Hardware 0 12-07-2007 09:19 AM
VHDL RAM help!:) lastval Hardware 0 11-09-2007 01:40 PM
ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL freitass Hardware 0 11-01-2007 03:44 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