Analog function question

From: Muranyi, Arpad <arpad.muranyi_at_.....>
Date: Thu Sep 15 2005 - 16:05:57 PDT
I am just noticing (with disbelief) that analog functions
cannot take arrays as inputs (since I don't see any mention
of it in LRM v2.2).  Is this observation/conclusion correct?

analog function real maxValue;
input n1, n2 ;
real n1, n2 ;
begin
// code to compare potential of two signal
maxValue = (n1 > n2) ? n1 : n2 ;
end
endfunction

Is there a way to make "n1" and/or "n2" an array?

Thanks,

Arpad
===========================================================
Received on Thu Sep 15 16:06:01 2005

This archive was generated by hypermail 2.1.8 : Thu Sep 15 2005 - 16:06:03 PDT