From e41e26717b87dbb51414c14b5d72d81cbb29e427 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 13 Jan 2013 19:51:15 -0500 Subject: [PATCH] Commentary --- bin/verilator | 5 ++--- src/V3WidthSel.cpp | 2 +- test_regress/t/t_EXAMPLE.v | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/verilator b/bin/verilator index 8c40ef515..7bb434c17 100755 --- a/bin/verilator +++ b/bin/verilator @@ -202,9 +202,8 @@ Verilator - Convert Verilog code to C++/SystemC verilator --help verilator --version - verilator --cc [options] [top_level.v] [opt_c_files.cpp/c/cc/a/o/so] - verilator --sc [options] [top_level.v] [opt_c_files.cpp/c/cc/a/o/so] - verilator --sp [options] [top_level.v] [opt_c_files.cpp/c/cc/a/o/so] + verilator --cc [options] [top_level.v]... [opt_c_files.cpp/c/cc/a/o/so] + verilator --sc [options] [top_level.v]... [opt_c_files.cpp/c/cc/a/o/so] verilator --lint-only [top_level.v]... =head1 DESCRIPTION diff --git a/src/V3WidthSel.cpp b/src/V3WidthSel.cpp index e6bc6dfe3..3b85c898d 100644 --- a/src/V3WidthSel.cpp +++ b/src/V3WidthSel.cpp @@ -218,7 +218,7 @@ private: if (debug()>=9) newp->dumpTree(cout,"--SELBTn: "); nodep->replaceWith(newp); pushDeletep(nodep); nodep=NULL; } - else if (ddtypep->castNodeClassDType()) { + else if (ddtypep->castNodeClassDType()) { // It's packed, so a bit from the packed struct // SELBIT(range, index) -> SEL(array, index, 1) AstSel* newp = new AstSel (nodep->fileline(), fromp, diff --git a/test_regress/t/t_EXAMPLE.v b/test_regress/t/t_EXAMPLE.v index 96955cf0c..3a026377e 100644 --- a/test_regress/t/t_EXAMPLE.v +++ b/test_regress/t/t_EXAMPLE.v @@ -13,7 +13,7 @@ // please note it here, otherwise:** // // This file ONLY is placed into the Public Domain, for any use, -// without warranty, 2012 by Wilson Snyder. +// without warranty, 2013 by ____YOUR_NAME_HERE____. module t (/*AUTOARG*/ // Inputs