Commentary
This commit is contained in:
parent
b85e7ab0b1
commit
2679185a09
|
|
@ -73,7 +73,7 @@ algorithmic stage. An example:
|
|||
|
||||
=over 4
|
||||
|
||||
"1:2:" indicates the hiearchy the VAR is op2p under the MODULE.
|
||||
"1:2:" indicates the hierarchy the VAR is op2p under the MODULE.
|
||||
|
||||
"VAR" is the AstNodeType.
|
||||
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ string AstNode::dedotName(const string& namein) {
|
|||
}
|
||||
|
||||
string AstNode::vcdName(const string& namein) {
|
||||
// VCD tracing expects space to separate hiearchy
|
||||
// VCD tracing expects space to separate hierarchy
|
||||
// Dots are reserved for dots the user put in the name
|
||||
string pretty = namein;
|
||||
string::size_type pos;
|
||||
|
|
|
|||
|
|
@ -9,8 +9,9 @@
|
|||
//*************************************************************************
|
||||
//
|
||||
// Copyright 2000-2010 by Wilson Snyder. This program is free software;
|
||||
// you can redistribute it and/or modify it under the terms of either the GNU
|
||||
// General Public License or the Perl Artistic License.
|
||||
// you can redistribute it and/or modify it under the terms of either the
|
||||
// GNU Lesser General Public License Version 3 or the Perl Artistic License
|
||||
// Version 2.0.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
|
|
|
|||
|
|
@ -5,9 +5,10 @@
|
|||
*
|
||||
**************************************************************************
|
||||
*
|
||||
* Copyright 2003-2010 by Wilson Snyder. This program is free software; you can
|
||||
* redistribute it and/or modify it under the terms of either the GNU
|
||||
* General Public License or the Perl Artistic License.
|
||||
* Copyright 2003-2010 by Wilson Snyder. This program is free software;
|
||||
* you can redistribute it and/or modify it under the terms of either the
|
||||
* GNU Lesser General Public License Version 3 or the Perl Artistic License
|
||||
* Version 2.0.
|
||||
*
|
||||
* Verilator is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
|
|
|
|||
|
|
@ -9,8 +9,9 @@
|
|||
//*************************************************************************
|
||||
//
|
||||
// Copyright 2000-2010 by Wilson Snyder. This program is free software;
|
||||
// you can redistribute it and/or modify it under the terms of either the GNU
|
||||
// General Public License or the Perl Artistic License.
|
||||
// you can redistribute it and/or modify it under the terms of either the
|
||||
// GNU Lesser General Public License Version 3 or the Perl Artistic License
|
||||
// Version 2.0.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
|
|
|
|||
|
|
@ -9,8 +9,9 @@
|
|||
//*************************************************************************
|
||||
//
|
||||
// Copyright 2000-2010 by Wilson Snyder. This program is free software;
|
||||
// you can redistribute it and/or modify it under the terms of either the GNU
|
||||
// General Public License or the Perl Artistic License.
|
||||
// you can redistribute it and/or modify it under the terms of either the
|
||||
// GNU Lesser General Public License Version 3 or the Perl Artistic License
|
||||
// Version 2.0.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
|
|
|
|||
Loading…
Reference in New Issue