Skip to content

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
Mostly then/than confusion.  All comments or README files,
except for one user-visible change in a tgt-vlog95 error message.
  • Loading branch information
ldoolitt authored and steveicarus committed Mar 14, 2011
1 parent 98f5ed2 commit e9fda22
Show file tree
Hide file tree
Showing 32 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions BUGS.txt
Expand Up @@ -54,7 +54,7 @@ So, if your program doesn't compile, tell me so, tell me where the
error occurs, and include a complete Perfectly Valid Test Program(tm). error occurs, and include a complete Perfectly Valid Test Program(tm).
You tell me that it fails to compile for you, and I find that it You tell me that it fails to compile for you, and I find that it
compiles for me, then hooray I fixed it. It can happen, you compiles for me, then hooray I fixed it. It can happen, you
know. What's on my disk is more recent then the latest snapshot. know. What's on my disk is more recent than the latest snapshot.


If your program does compile, but generates incorrect output, I need If your program does compile, but generates incorrect output, I need
to know what it says and what you think it should say. From this I can to know what it says and what you think it should say. From this I can
Expand Down Expand Up @@ -82,9 +82,9 @@ clarification.


If the output is strictly correct, but just not good enough for If the output is strictly correct, but just not good enough for
practical use, I would like to know. These sorts of problems are practical use, I would like to know. These sorts of problems are
likely to be more subjective then a core dump, but are worthy of likely to be more subjective than a core dump, but are worthy of
consideration. However, realize that outright errors will get more consideration. However, realize that outright errors will get more
attention then missed optimizations. attention than missed optimizations.


THE MAKING OF A GOOD TEST PROGRAM THE MAKING OF A GOOD TEST PROGRAM


Expand Down
2 changes: 1 addition & 1 deletion Module.h
Expand Up @@ -79,7 +79,7 @@ class Module : public PScope, public LineInfo {
enum UCDriveType { UCD_NONE, UCD_PULL0, UCD_PULL1 }; enum UCDriveType { UCD_NONE, UCD_PULL0, UCD_PULL1 };
UCDriveType uc_drive; UCDriveType uc_drive;


/* specparams are simpler then other params, in that they have /* specparams are simpler than other params, in that they have
no type information. They are merely constant no type information. They are merely constant
expressions. */ expressions. */
map<perm_string,PExpr*>specparams; map<perm_string,PExpr*>specparams;
Expand Down
2 changes: 1 addition & 1 deletion PUdp.h
Expand Up @@ -29,7 +29,7 @@ class PExpr;


/* /*
* This class represents a parsed UDP. This is a much simpler object * This class represents a parsed UDP. This is a much simpler object
* then a module or macromodule. * than a module or macromodule.
* *
* - all ports are scalar, * - all ports are scalar,
* - pin 0 (the first port) is always output, * - pin 0 (the first port) is always output,
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -237,7 +237,7 @@ item. The syntax of the $attribute item is:
$attribute (<identifier>, <key>, <value>); $attribute (<identifier>, <key>, <value>);


The $attribute keyword looks like a system task invocation. The The $attribute keyword looks like a system task invocation. The
difference here is that the parameters are more restricted then those difference here is that the parameters are more restricted than those
of a system task. The <identifier> must be an identifier. This will be of a system task. The <identifier> must be an identifier. This will be
the item to get an attribute. The <key> and <value> are strings, not the item to get an attribute. The <key> and <value> are strings, not
expressions, that give the key and the value of the attribute to be expressions, that give the key and the value of the attribute to be
Expand Down
2 changes: 1 addition & 1 deletion elab_expr.cc
Expand Up @@ -664,7 +664,7 @@ unsigned PEBComp::test_width(Design*des, NetScope*scope, width_mode_t&)
if (type_is_vectorable(r_type) && (l_width > r_width)) if (type_is_vectorable(r_type) && (l_width > r_width))
r_width_ = l_width; r_width_ = l_width;


// If the expression is unsized and smaller then the integer // If the expression is unsized and smaller than the integer
// minimum, then tweak the size up. // minimum, then tweak the size up.
// NOTE: I really would rather try to figure out what it would // NOTE: I really would rather try to figure out what it would
// take to get expand the sub-expressions so that they are // take to get expand the sub-expressions so that they are
Expand Down
2 changes: 1 addition & 1 deletion elab_lval.cc
Expand Up @@ -56,7 +56,7 @@
* l-value. * l-value.
* *
* This last case can turn up in statements like: {a, b[1]} = c; * This last case can turn up in statements like: {a, b[1]} = c;
* rather then create a NetAssign_ for each item in the concatenation, * rather than create a NetAssign_ for each item in the concatenation,
* elaboration makes a single NetAssign_ and connects it up properly. * elaboration makes a single NetAssign_ and connects it up properly.
*/ */


Expand Down
4 changes: 2 additions & 2 deletions elab_net.cc
Expand Up @@ -565,10 +565,10 @@ NetNet* PEIdent::elaborate_lnet_common_(Design*des, NetScope*scope,
sig = tmp; sig = tmp;
} }


/* If the desired l-value vector is narrower then the /* If the desired l-value vector is narrower than the
signal itself, then use a NetPartSelect node to signal itself, then use a NetPartSelect node to
arrange for connection to the desired bits. All this arrange for connection to the desired bits. All this
can be skipped if the desired with matches the can be skipped if the desired width matches the
original vector. */ original vector. */


if (subnet_wid != sig->vector_width()) { if (subnet_wid != sig->vector_width()) {
Expand Down
6 changes: 3 additions & 3 deletions elaborate.cc
Expand Up @@ -144,7 +144,7 @@ void PGAssign::elaborate(Design*des, NetScope*scope) const
need_driver_flag = false; need_driver_flag = false;
} }


/* If the r-value insists on being smaller then the l-value /* If the r-value insists on being smaller than the l-value
(perhaps it is explicitly sized) the pad it out to be the (perhaps it is explicitly sized) the pad it out to be the
right width so that something is connected to all the bits right width so that something is connected to all the bits
of the l-value. */ of the l-value. */
Expand All @@ -157,7 +157,7 @@ void PGAssign::elaborate(Design*des, NetScope*scope) const
} }


/* If, on the other hand, the r-value insists on being /* If, on the other hand, the r-value insists on being
LARGER then the l-value, use a part select to chop it down LARGER than the l-value, use a part select to chop it down
down to size. */ down to size. */
if (lval->vector_width() < rval->vector_width()) { if (lval->vector_width() < rval->vector_width()) {
NetPartSelect*tmp = new NetPartSelect(rval, 0,lval->vector_width(), NetPartSelect*tmp = new NetPartSelect(rval, 0,lval->vector_width(),
Expand Down Expand Up @@ -3487,7 +3487,7 @@ NetProc* PForever::elaborate(Design*des, NetScope*scope) const
* force <lval> = <rval> * force <lval> = <rval>
* *
* The <lval> can be anything that a normal behavioral assignment can * The <lval> can be anything that a normal behavioral assignment can
* take, plus net signals. This is a little bit more lax then the * take, plus net signals. This is a little bit more lax than the
* other procedural assignments. * other procedural assignments.
*/ */
NetForce* PForce::elaborate(Design*des, NetScope*scope) const NetForce* PForce::elaborate(Design*des, NetScope*scope) const
Expand Down
2 changes: 1 addition & 1 deletion eval_tree.cc
Expand Up @@ -1434,7 +1434,7 @@ NetExpr* NetEUnary::eval_tree()
break; break;


case '~': case '~':
/* Bitwise not is even simpler then logical /* Bitwise not is even simpler than logical
not. Just invert all the bits of the operand and not. Just invert all the bits of the operand and
make the new value with the same dimensions. */ make the new value with the same dimensions. */
for (unsigned idx = 0 ; idx < val.len() ; idx += 1) for (unsigned idx = 0 ; idx < val.len() ; idx += 1)
Expand Down
4 changes: 2 additions & 2 deletions ieee1364-notes.txt
Expand Up @@ -285,12 +285,12 @@ One might note that the quote from section 4.1.14 says "Unsized
expressions...", so arguably accepting (15+1) or even (16+0) as an expressions...", so arguably accepting (15+1) or even (16+0) as an
operand to a concatenation is not a violation of the letter of the operand to a concatenation is not a violation of the letter of the
law. However, the very next sentence of the quote expresses the law. However, the very next sentence of the quote expresses the
intent, and accepting (15+1) as having a more defined size then (16) intent, and accepting (15+1) as having a more defined size taen (16)
seems to be a violation of that intent. seems to be a violation of that intent.


Whatever a compiler decides the size is, the user has no way to Whatever a compiler decides the size is, the user has no way to
predict it, and the compiler should not have the right to treat (15+1) predict it, and the compiler should not have the right to treat (15+1)
any differently then (16). Therefore, Icarus Verilog takes the any differently than (16). Therefore, Icarus Verilog takes the
position that such expressions are *unsized* and are not allowed as position that such expressions are *unsized* and are not allowed as
operands to concatenations. Icarus Verilog will in general assume that operands to concatenations. Icarus Verilog will in general assume that
operations on unsized numbers produce unsized results. There are operations on unsized numbers produce unsized results. There are
Expand Down
4 changes: 2 additions & 2 deletions lexor.lex
Expand Up @@ -979,9 +979,9 @@ verinum* make_undef_highz_dec(const char* ptr)
} }


/* /*
* Making a decimal number is much easier then the other base numbers * Making a decimal number is much easier than the other base numbers
* because there are no z or x values to worry about. It is much * because there are no z or x values to worry about. It is much
* harder then other base numbers because the width needed in bits is * harder than other base numbers because the width needed in bits is
* hard to calculate. * hard to calculate.
*/ */


Expand Down
2 changes: 1 addition & 1 deletion macosx.txt
Expand Up @@ -34,7 +34,7 @@ quite similar.


Snapshots of Icarus Verilog source now come with the Snapshots of Icarus Verilog source now come with the
lexor_keyword.cc file pre-made, so if you have trouble with gperf, lexor_keyword.cc file pre-made, so if you have trouble with gperf,
then just make sure the distributed lexor_keyword.cc is newer then then just make sure the distributed lexor_keyword.cc is newer than
lexor_keyword.gperf, and use that. lexor_keyword.gperf, and use that.


3) If working with a CVS snapshot, you must run autoconf in several 3) If working with a CVS snapshot, you must run autoconf in several
Expand Down
2 changes: 1 addition & 1 deletion net_design.cc
Expand Up @@ -309,7 +309,7 @@ void NetScope::run_defparams_later(Design*des)
(*cur)->evaluate_parameters(des); (*cur)->evaluate_parameters(des);


// If there are some scopes that still have missing scopes, // If there are some scopes that still have missing scopes,
// then sav them back into the defparams_later list for a // then save them back into the defparams_later list for a
// later pass. // later pass.
defparams_later = defparams_even_later; defparams_later = defparams_even_later;
if (! defparams_later.empty()) if (! defparams_later.empty())
Expand Down
2 changes: 1 addition & 1 deletion netlist.h
Expand Up @@ -1144,7 +1144,7 @@ class NetCLShift : public NetNode {
* This class supports the LPM_COMPARE device. * This class supports the LPM_COMPARE device.
* *
* The width of the device is the width of the inputs. If one of the * The width of the device is the width of the inputs. If one of the
* inputs is narrower then the other, it is up to the generator to * inputs is narrower than the other, it is up to the generator to
* make sure all the data pins are properly driven. * make sure all the data pins are properly driven.
* *
* The signed() property is true if the comparison is to be done to * The signed() property is true if the comparison is to be done to
Expand Down
6 changes: 3 additions & 3 deletions parse.y
Expand Up @@ -2267,7 +2267,7 @@ atom2_type


/* An lpvalue is the expression that can go on the left side of a /* An lpvalue is the expression that can go on the left side of a
procedural assignment. This rule handles only procedural procedural assignment. This rule handles only procedural
assignments. It is more limited then the general expr_primary assignments. It is more limited than the general expr_primary
rule to reflect the rules for assignment l-values. */ rule to reflect the rules for assignment l-values. */
lpvalue lpvalue
: hierarchy_identifier : hierarchy_identifier
Expand Down Expand Up @@ -3937,7 +3937,7 @@ statement


/* assign and deassign statements are procedural code to do /* assign and deassign statements are procedural code to do
structural assignments, and to turn that structural assignment structural assignments, and to turn that structural assignment
off. This stronger then any other assign, but weaker then the off. This is stronger than any other assign, but weaker than the
force assignments. */ force assignments. */


: K_assign lpvalue '=' expression ';' : K_assign lpvalue '=' expression ';'
Expand Down Expand Up @@ -3970,7 +3970,7 @@ statement
/* begin-end blocks come in a variety of forms, including named and /* begin-end blocks come in a variety of forms, including named and
anonymous. The named blocks can also carry their own reg anonymous. The named blocks can also carry their own reg
variables, which are placed in the scope created by the block variables, which are placed in the scope created by the block
name. These are handled by pushing the scope name then matching name. These are handled by pushing the scope name, then matching
the declarations. The scope is popped at the end of the block. */ the declarations. The scope is popped at the end of the block. */


| K_begin statement_list K_end | K_begin statement_list K_end
Expand Down
2 changes: 1 addition & 1 deletion synth2.cc
Expand Up @@ -483,7 +483,7 @@ bool NetBlock::synth_sync(Design*des, NetScope* /*scope*/, NetFF* /*ff*/,
substatement to the output of the block as a substatement to the output of the block as a
whole. It is occasionally possible to have outputs whole. It is occasionally possible to have outputs
beyond the input set, for example when the l-value of beyond the input set, for example when the l-value of
an assignment is smaller then the r-value. */ an assignment is smaller than the r-value. */
for (unsigned idx = 0 ; idx < tmp_out->pin_count() ; idx += 1) { for (unsigned idx = 0 ; idx < tmp_out->pin_count() ; idx += 1) {
unsigned ptr = find_nexus_in_set(nex_map, unsigned ptr = find_nexus_in_set(nex_map,
tmp_map->pin(idx).nexus()); tmp_map->pin(idx).nexus());
Expand Down
2 changes: 1 addition & 1 deletion sys_funcs.cc
Expand Up @@ -58,7 +58,7 @@ void cleanup_sys_func_table()


const struct sfunc_return_type* lookup_sys_func(const char*name) const struct sfunc_return_type* lookup_sys_func(const char*name)
{ {
/* First, try to find then name in the function stack. */ /* First, try to find the name in the function stack. */
struct sfunc_return_type_cell*cur = sfunc_stack; struct sfunc_return_type_cell*cur = sfunc_stack;
while (cur) { while (cur) {
if (strcmp(cur->name, name) == 0) if (strcmp(cur->name, name) == 0)
Expand Down
2 changes: 1 addition & 1 deletion t-dll.h
Expand Up @@ -608,7 +608,7 @@ struct ivl_process_s {
/* /*
* Scopes are kept in a tree. Each scope points to its first child, * Scopes are kept in a tree. Each scope points to its first child,
* and also to any siblings. Thus a parent can scan all its children * and also to any siblings. Thus a parent can scan all its children
* by following its child pointer then following sibling pointers from * by following its child pointer, then following sibling pointers from
* there. * there.
*/ */
struct ivl_scope_s { struct ivl_scope_s {
Expand Down
2 changes: 1 addition & 1 deletion tgt-fpga/d-virtex.c
Expand Up @@ -206,7 +206,7 @@ static void virtex_or_wide(ivl_net_logic_t net)


/* /*
* Pick off the cases where there is a Virtex specific implementation * Pick off the cases where there is a Virtex specific implementation
* that is better then the generic Xilinx implementation. Route the * that is better than the generic Xilinx implementation. Route the
* remaining to the base xilinx_logic implementation. * remaining to the base xilinx_logic implementation.
*/ */
void virtex_logic(ivl_net_logic_t net) void virtex_logic(ivl_net_logic_t net)
Expand Down
2 changes: 1 addition & 1 deletion tgt-vhdl/stmt.cc
Expand Up @@ -939,7 +939,7 @@ static int draw_wait(vhdl_procedural *_proc, stmt_container *container,
else { else {
// Build a test expression to represent the edge event // Build a test expression to represent the edge event
// If this process contains no `wait' statements and this // If this process contains no `wait' statements and this
// is the top-level container then we // is the top-level container, then we
// wrap it in an `if' statement with this test and add the // wrap it in an `if' statement with this test and add the
// edge triggered signals to the sensitivity, otherwise // edge triggered signals to the sensitivity, otherwise
// build a `wait until' statement at the top of the process // build a `wait until' statement at the top of the process
Expand Down
2 changes: 1 addition & 1 deletion tgt-vlog95/misc.c
Expand Up @@ -96,7 +96,7 @@ static unsigned check_scaled_expr(ivl_expr_t expr, uint64_t scale,
scale_val = get_uint64_from_number(ivl_expr_oper2(expr), &rtype); scale_val = get_uint64_from_number(ivl_expr_oper2(expr), &rtype);
if (rtype > 0) { if (rtype > 0) {
fprintf(stderr, "%s:%u: vlog95 error: %s expression/value " fprintf(stderr, "%s:%u: vlog95 error: %s expression/value "
"scale coefficient was greater then 64 bits " "scale coefficient was greater than 64 bits "
"(%d).\n", ivl_expr_file(expr), "(%d).\n", ivl_expr_file(expr),
ivl_expr_lineno(expr), msg, rtype); ivl_expr_lineno(expr), msg, rtype);
vlog_errors += 1; vlog_errors += 1;
Expand Down
4 changes: 2 additions & 2 deletions tgt-vlog95/scope.c
Expand Up @@ -240,7 +240,7 @@ void emit_net_def(ivl_scope_t scope, ivl_signal_t sig)
static char *get_mangled_name(ivl_scope_t scope, unsigned root) static char *get_mangled_name(ivl_scope_t scope, unsigned root)
{ {
char *name; char *name;
/* If the module has parameters and it's not a root module than it /* If the module has parameters and it's not a root module then it
* may not be unique so we create a mangled name version instead. */ * may not be unique so we create a mangled name version instead. */
if (ivl_scope_params(scope) && ! root) { if (ivl_scope_params(scope) && ! root) {
unsigned idx; unsigned idx;
Expand Down Expand Up @@ -464,7 +464,7 @@ int emit_scope(ivl_scope_t scope, ivl_scope_t parent)
/* This is an instantiation. */ /* This is an instantiation. */
if (parent) { if (parent) {
assert(indent != 0); assert(indent != 0);
/* If the module has parameters than it may not be unique /* If the module has parameters then it may not be unique
* so we create a mangled name version instead. */ * so we create a mangled name version instead. */
fprintf(vlog_out, "\n%*c%s %s(", indent, ' ', name, fprintf(vlog_out, "\n%*c%s %s(", indent, ' ', name,
ivl_scope_basename(scope)); ivl_scope_basename(scope));
Expand Down
2 changes: 1 addition & 1 deletion tgt-vvp/draw_vpi.c
Expand Up @@ -80,7 +80,7 @@ static int get_vpi_taskfunc_signal_arg(struct args_info *result,


switch (ivl_expr_type(expr)) { switch (ivl_expr_type(expr)) {
case IVL_EX_SIGNAL: case IVL_EX_SIGNAL:
/* If the signal node is narrower then the signal itself, /* If the signal node is narrower than the signal itself,
then this is a part select so I'm going to need to then this is a part select so I'm going to need to
evaluate the expression. evaluate the expression.
Expand Down
10 changes: 5 additions & 5 deletions tgt-vvp/eval_expr.c
Expand Up @@ -1984,7 +1984,7 @@ static struct vector_info draw_pad_expr(ivl_expr_t expr, unsigned wid)
return res; return res;
} }


/* So now we know that the subexpression is smaller then the /* So now we know that the subexpression is smaller than the
desired result (the usual case) so we build the desired result (the usual case) so we build the
result. Evaluate the subexpression into the target buffer, result. Evaluate the subexpression into the target buffer,
then pad it as appropriate. */ then pad it as appropriate. */
Expand Down Expand Up @@ -2441,7 +2441,7 @@ static void draw_select_signal_dest(ivl_expr_t expr,


/* Special case: If the operand is a signal (not an array) and /* Special case: If the operand is a signal (not an array) and
the part select is coming from the LSB, and the part select the part select is coming from the LSB, and the part select
is no larger then the signal itself, then we can load the is no larger than the signal itself, then we can load the
value in place, directly. */ value in place, directly. */
if ((ivl_signal_dimensions(sig) == 0) if ((ivl_signal_dimensions(sig) == 0)
&& (ivl_expr_width(sube) >= dest.wid) && (ivl_expr_width(sube) >= dest.wid)
Expand Down Expand Up @@ -2597,7 +2597,7 @@ static struct vector_info draw_select_unsized_literal(ivl_expr_t expr,
subv = res; subv = res;
} }


/* If the subv result is narrower then the select width, then /* If the subv result is narrower than the select width, then
copy it into a wider vector. */ copy it into a wider vector. */
if (subv.wid < wid && ivl_expr_signed(sube)) { if (subv.wid < wid && ivl_expr_signed(sube)) {
res.base = allocate_vector(wid); res.base = allocate_vector(wid);
Expand Down Expand Up @@ -3008,7 +3008,7 @@ static struct vector_info draw_unary_expr(ivl_expr_t expr, unsigned wid)
break; break;
} }


/* If the result needs to be bigger then the calculated /* If the result needs to be bigger than the calculated
value, then write it into a padded vector. */ value, then write it into a padded vector. */
if (res.wid < wid) { if (res.wid < wid) {
struct vector_info tmp; struct vector_info tmp;
Expand Down Expand Up @@ -3071,7 +3071,7 @@ static struct vector_info draw_unary_expr(ivl_expr_t expr, unsigned wid)
fprintf(vvp_out, " %%inv %u, 1;\n", res.base); fprintf(vvp_out, " %%inv %u, 1;\n", res.base);
} }


/* If the result needs to be bigger then the calculated /* If the result needs to be bigger than the calculated
value, then write it into a passed vector. */ value, then write it into a passed vector. */
if (res.wid < wid) { if (res.wid < wid) {
struct vector_info tmp; struct vector_info tmp;
Expand Down
2 changes: 1 addition & 1 deletion vhdlpp/lexor.lex
Expand Up @@ -178,7 +178,7 @@ based_integer [0-9a-fA-F](_?[0-9a-fA-F])*
"<<" { return DLT; } "<<" { return DLT; }
">>" { return DGT; } ">>" { return DGT; }
/* /*
Here comes a list of symbols that are more then strange, Here comes a list of symbols that are more than strange,
at least for the time being. at least for the time being.
"??" { return K_CC; } "??" { return K_CC; }
Expand Down
4 changes: 2 additions & 2 deletions vvp/README.txt
Expand Up @@ -874,7 +874,7 @@ of four possible values (0, 1, x and z) so two bits are needed to
represent them. So the input of the functor is 8 bits, and the output represent them. So the input of the functor is 8 bits, and the output
2 bits. A complete lookup table for generating the 2-bit output from 2 bits. A complete lookup table for generating the 2-bit output from
an 8-bit input is 512 bits. That can be packed into 64 bytes. This is an 8-bit input is 512 bits. That can be packed into 64 bytes. This is
small enough that the table should take less space then the code to small enough that the table should take less space than the code to
implement the logic. implement the logic.


To implement the truth table, we need to assign 2-bit encodings for To implement the truth table, we need to assign 2-bit encodings for
Expand Down Expand Up @@ -1034,7 +1034,7 @@ becomes:


Notice the first parameter of the .functor is the type. The type Notice the first parameter of the .functor is the type. The type
includes a truth table that describes the output with a given includes a truth table that describes the output with a given
input. If the gate is wider then four inputs, then cascade input. If the gate is wider than four inputs, then cascade
functors. For example: functors. For example:


and gate (out, i1, i2, i3, i4, i5, i6, i7, i8); and gate (out, i1, i2, i3, i4, i5, i6, i7, i8);
Expand Down
2 changes: 1 addition & 1 deletion vvp/compile.h
Expand Up @@ -457,7 +457,7 @@ extern void compile_var_real(char*label, char*name,
int msb, int lsb); int msb, int lsb);


/* /*
* The compile_net functio is called to create a .net vector with a * The compile_net function is called to create a .net vector with a
* given name. * given name.
* *
* The vpi_type_code argument of compile_net() is one of the vpi * The vpi_type_code argument of compile_net() is one of the vpi
Expand Down
2 changes: 1 addition & 1 deletion vvp/event.h
Expand Up @@ -350,7 +350,7 @@ class vvp_fun_event_or_aa : public vvp_fun_event_or, public automatic_hooks_s {
}; };


/* /*
* A named event is simpler then a vvp_fun_edge in that it triggers on * A named event is simpler than a vvp_fun_edge in that it triggers on
* any input at all to port-0. The idea here is that behavioral code * any input at all to port-0. The idea here is that behavioral code
* can use a %set/v instruction to trigger the event. * can use a %set/v instruction to trigger the event.
*/ */
Expand Down
2 changes: 1 addition & 1 deletion vvp/vpi_priv.cc
Expand Up @@ -928,7 +928,7 @@ void vpip_put_value_event::run_run()
case vpiStringVal: case vpiStringVal:
free(value.value.str); free(value.value.str);
break; break;
/* If these are every copied then free them too. */ /* If these are ever copied then free them too. */
case vpiTimeVal: case vpiTimeVal:
case vpiVectorVal: case vpiVectorVal:
case vpiStrengthVal: case vpiStrengthVal:
Expand Down

0 comments on commit e9fda22

Please sign in to comment.