Trivial fixes to grammar, spelling, whitespace

This commit is contained in:
Larry Doolittle 2012-02-16 09:37:51 -08:00 committed by Stephen Williams
parent 8b9fdbc55b
commit 0aefcf9b48
5 changed files with 6 additions and 6 deletions

View File

@ -2013,7 +2013,7 @@ extern unsigned ivl_stmt_lineno(ivl_statement_t net);
* is the compressed operator used it statements like this:
* foo += <expr>
* The ivl_stmt_opcode() returns null (0) if this is not a compressed
* assignment statment.
* assignment statement.
*
* - IVL_ST_CASSIGN
* This reflects a procedural continuous assignment to an l-value. The

View File

@ -104,7 +104,7 @@ static PLI_INT32 ivlh_attribute_event_compiletf(ICARUS_VPI_CONST PLI_BYTE8*name)
vpi_register_cb(&cb);
vpi_put_userdata(sys, mon);
/* Check that there are no more then one argument. */
/* Check that there is no more than one argument. */
arg = vpi_scan(argv);
if (arg != 0) {
vpi_printf("ERROR: %s:%d: ", vpi_get_str(vpiFile, sys),

View File

@ -955,7 +955,7 @@ static void vpi_array_vthr_APV_get_value(vpiHandle ref, p_vpi_value vp)
vpip_vec4_get_value(tmp, obj->part_wid, parent->signed_flag, vp);
}
}
void array_set_word(vvp_array_t arr,
unsigned address,
unsigned part_off,

View File

@ -660,7 +660,7 @@ struct __vpiRealParam : public __vpiRealConst {
int vpi_get(int code);
char*vpi_get_str(int code);
vpiHandle vpi_handle(int code);
struct __vpiScope* scope;
unsigned file_idx;
unsigned lineno;
@ -713,7 +713,7 @@ vpiHandle __vpiRealParam::vpi_handle(int code)
return 0;
}
}
vpiHandle vpip_make_real_param(char*name, double value,
long file_idx, long lineno)

View File

@ -46,7 +46,7 @@ template <class T> vvp_net_fil_t::prop_t vvp_net_fil_t::filter_mask_(const T&val
if (!test_force_mask_is_zero()) {
// Some bits are being forced. Go through the
// force_mask_ and force value to see which bits are
// propogated and which are kept from the forced
// propagated and which are kept from the forced
// value. Update the filter with the filtered result and
// return REPL to indicate that some bits have changed,
// or STOP if no bits change.