Hello IBIS experts,
I got an AR in the last IBIS Open Forum teleconference
to have one of our code developers verify that the
name change of row_size to number_of_rows will not
break existing AMI models. Here is what I got back
from Vladimir:
-----Original Message-----
From: Dmitriev-Zdorov, Vladimir
Sent: Friday, June 03, 2011 2:46 PM
To: Muranyi, Arpad
Cc: Angulo, John; Ferry, Chuck
Subject: RE: Request from IBIS
Arpad,
The names of the arguments can be completely omitted. I replaced
(1) with (2), rebuilt the Tx DLL, ran simulation and got the same
results.
Vladimir
(1) function description with argument names
IBIS_AMI long AMI_Init( double *impulse_matrix,
long row_size,
long aggressors,
double sample_interval,
double bit_time,
char *AMI_dll_parameters_in,
char **AMI_dll_parameters_out,
void **AMI_dll_memory_handle,
char **msg );
(2) type placeholders only
IBIS_AMI long AMI_Init( double *,
long,
long,
double,
double,
char *,
char **,
void **,
char **);
According to this, the changes in the specification will not
have an effect on existing models. Please let me know if
there are any other questions about this.
Thanks,
Arpad
=============================================================
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------------------------------------------------------------- |For help or to subscribe/unsubscribe, e-mail majordomo@eda-stds.org |with the appropriate command message(s) in the body: | | help | subscribe ibis <optional e-mail address, if different> | subscribe ibis-users <optional e-mail address, if different> | unsubscribe ibis <optional e-mail address, if different> | unsubscribe ibis-users <optional e-mail address, if different> | |or e-mail a request to ibis-request@eda-stds.org. | |IBIS reflector archives exist under: | | http://www.eda-stds.org/pub/ibis/email_archive/ Recent | http://www.eda-stds.org/pub/ibis/users_archive/ Recent | http://www.eda-stds.org/pub/ibis/email/ E-mail since 1993Received on Thu Jun 9 09:50:02 2011
This archive was generated by hypermail 2.1.8 : Thu Jun 09 2011 - 09:50:37 PDT