parent
c9e1e1b5cc
commit
eb5e7b792b
|
|
@ -1081,7 +1081,7 @@ extern unsigned ivl_lpm_lineno(ivl_lpm_t net);
|
||||||
* for the signal function return value. The width of this nexus must
|
* for the signal function return value. The width of this nexus must
|
||||||
* exactly match the width of the device from ivl_lpm_width.
|
* exactly match the width of the device from ivl_lpm_width.
|
||||||
*
|
*
|
||||||
* The ivl_lpm_data function retrives the nexa for all the input
|
* The ivl_lpm_data function retrieves the nexa for all the input
|
||||||
* ports. The ivl_lpm_size function returns the number of inputs for
|
* ports. The ivl_lpm_size function returns the number of inputs for
|
||||||
* the device, and the ivl_lpm_data() function index argument selects
|
* the device, and the ivl_lpm_data() function index argument selects
|
||||||
* the port to retrieve. Each port is sized independently.
|
* the port to retrieve. Each port is sized independently.
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@ vpip_bit_t vpip_pair_resolve(vpip_bit_t a, vpip_bit_t b)
|
||||||
res = tmp;
|
res = tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Cannonicalize the HiZ value. */
|
/* Canonicalize the HiZ value. */
|
||||||
if ((res&0x77) == 0)
|
if ((res&0x77) == 0)
|
||||||
res = HiZ;
|
res = HiZ;
|
||||||
|
|
||||||
|
|
|
||||||
20
vvp/delay.cc
20
vvp/delay.cc
|
|
@ -563,8 +563,8 @@ static int modpath_src_free_object( vpiHandle ref )
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This Routine will put specific demension of delay[] values
|
* This routine will put specific dimension of delay[] values
|
||||||
* into a vpiHandle. In this case, he will put an
|
* into a vpiHandle. In this case, he will put
|
||||||
* specific delays values in a vpiModPathIn object
|
* specific delays values in a vpiModPathIn object
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -628,9 +628,9 @@ static void modpath_src_put_delays ( vpiHandle ref, p_vpi_delay delays )
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This Routine will retrive the delay[12] values
|
* This routine will retrieve the delay[12] values
|
||||||
* of an vpiHandle. In this case, he will get an
|
* of a vpiHandle. In this case, he will get an
|
||||||
* specific delays values from an vpiModPathIn
|
* specific delays values from a vpiModPathIn
|
||||||
* object
|
* object
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -734,7 +734,7 @@ static void initialize_path_term(struct __vpiModPathTerm&obj)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This function will Construct a vpiModPath Object.
|
* This function will construct a vpiModPath Object.
|
||||||
* give a respective "net", and will point to his
|
* give a respective "net", and will point to his
|
||||||
* respective functor
|
* respective functor
|
||||||
*/
|
*/
|
||||||
|
|
@ -752,7 +752,7 @@ struct __vpiModPath* vpip_make_modpath(vvp_net_t *net)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This function will Constructs a vpiModPathIn
|
* This function will construct a vpiModPathIn
|
||||||
* ( struct __vpiModPathSrc ) Object. will give
|
* ( struct __vpiModPathSrc ) Object. will give
|
||||||
* a delays[12] values, and point to the specified functor
|
* a delays[12] values, and point to the specified functor
|
||||||
*
|
*
|
||||||
|
|
@ -772,7 +772,7 @@ struct __vpiModPathSrc* vpip_make_modpath_src (struct __vpiModPath*path, vvp_tim
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
this Routine will safetly convert a modpath vpiHandle
|
this routine will safely convert a modpath vpiHandle
|
||||||
to a struct __vpiModPath { }
|
to a struct __vpiModPath { }
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
@ -785,8 +785,8 @@ struct __vpiModPathTerm* vpip_modpath_term_from_handle(vpiHandle ref)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
this Routine will safetly convert a modpathsrc vpiHandle
|
this routine will safely convert a modpathsrc vpiHandle
|
||||||
to a struct __vpiModPathSrc { }, This is equivalent ao
|
to a struct __vpiModPathSrc { }, This is equivalent to a
|
||||||
vpiModPathIn handle
|
vpiModPathIn handle
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue