Minor fixes to README.txt file.
This commit is contained in:
parent
4818db887e
commit
b48b833dab
|
|
@ -156,8 +156,9 @@ step. There may be dangling references, and it is not yet clear which
|
||||||
module is the root.
|
module is the root.
|
||||||
|
|
||||||
One can see a human readable version of the final pform by using the
|
One can see a human readable version of the final pform by using the
|
||||||
``-P <path>'' flag to the compiler. This will cause iverilog to dump
|
``-P <path>'' flag to the ``ivl'' subcommand. This will cause ivl
|
||||||
the pform into the file named <path>.
|
to dump the pform into the file named <path>. (Note that this is not
|
||||||
|
normally done, unless debugging the ``ivl'' subcommand.)
|
||||||
|
|
||||||
3.3 Elaboration
|
3.3 Elaboration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ class perm_string {
|
||||||
operator const char* () const { return str(); }
|
operator const char* () const { return str(); }
|
||||||
|
|
||||||
// This is an escape for making perm_string objects out of
|
// This is an escape for making perm_string objects out of
|
||||||
// literals. For example, per_string::literal("Label"); Please
|
// literals. For example, perm_string::literal("Label"); Please
|
||||||
// do *not* cheat and pass arbitrary const char* items here.
|
// do *not* cheat and pass arbitrary const char* items here.
|
||||||
static perm_string literal(const char*t) { return perm_string(t); }
|
static perm_string literal(const char*t) { return perm_string(t); }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue