diff --git a/Makefile.in b/Makefile.in index c9ed43ffc..4e96321b5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ # # Author: Wilson Snyder # -# Code available from: http://www.veripool.com/verilator +# Code available from: http://www.veripool.org/verilator # #***************************************************************************** # @@ -190,7 +190,7 @@ verilator.pdf: bin/verilator $(DISTCONFIG) | sed 's/\\begin{document}/\\usepackage[pdftex,bookmarks=true,bookmarksnumbered=true,hypertexnames=false,breaklinks=true,linkbordercolor={0 0 1}]{hyperref}\n\\begin{document}/' \ | sed 's/\\begin{document}/\\usepackage{fancyhdr} \\pagestyle{fancy}\n\\begin{document}/' \ | sed 's/\\begin{document}/\\setlength{\\parindent}{0pt} \\setlength{\\parskip}{\\baselineskip}\n\\begin{document}/' \ - | sed 's/\\begin{document}/\\title{$(DISTTITLE)} \\date{${DISTDATE}} \\author{Wilson Snyder\\\\ http:\/\/www.veripool.com}\n\\begin{document}/' \ + | sed 's/\\begin{document}/\\title{$(DISTTITLE)} \\date{${DISTDATE}} \\author{Wilson Snyder\\\\ http:\/\/www.veripool.org}\n\\begin{document}/' \ | sed 's/\\begin{document}/\\lhead[$(DISTTITLE)]{$(DISTTITLE)}\n\\begin{document}/' \ | sed 's/\\tableofcontents/\\begin{titlepage} \\maketitle \\end{titlepage}\n\\tableofcontents/' \ > verilator2.tex @@ -261,9 +261,6 @@ install-project-quick: endif ftp: info - echo "http://www.veripool.com/verilator3.html" - cp verilator.html verilator_man.html - ftp_tree --password $(VERIPOOL_PW) --user $(VERIPOOL_USER) verilator_man.html webftp.veripool.com:/web install-msg: @echo "Installed!" diff --git a/include/verilated.cpp b/include/verilated.cpp index b0f552405..89e6b3dcc 100644 --- a/include/verilated.cpp +++ b/include/verilated.cpp @@ -18,7 +18,7 @@ /// This file must be compiled and linked against all objects /// created from Verilator. /// -/// Code available from: http://www.veripool.com/verilator +/// Code available from: http://www.veripool.org/verilator /// //========================================================================= diff --git a/include/verilated.h b/include/verilated.h index cce164388..7b51cd9f0 100644 --- a/include/verilated.h +++ b/include/verilated.h @@ -19,7 +19,7 @@ /// all C++ files it generates. It contains standard macros and /// classes required by the Verilated code. /// -/// Code available from: http://www.veripool.com/verilator +/// Code available from: http://www.veripool.org/verilator /// //************************************************************************* diff --git a/include/verilated.v b/include/verilated.v index 6d84332f8..74ef14130 100644 --- a/include/verilated.v +++ b/include/verilated.v @@ -1,7 +1,7 @@ // $Id$ -*- C++ -*- //************************************************************************* // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // //************************************************************************* // diff --git a/include/verilatedos.h b/include/verilatedos.h index 7667e786f..c91fc4472 100644 --- a/include/verilatedos.h +++ b/include/verilatedos.h @@ -21,7 +21,7 @@ /// config_build.h.in, code needed by Verilated code only goes into /// verilated.h, and code needed by both goes here (verilatedos.h). /// -/// Code available from: http://www.veripool.com/verilator +/// Code available from: http://www.veripool.org/verilator /// //************************************************************************* diff --git a/readme.texi b/readme.texi index 8a89d5ca4..591915fa6 100644 --- a/readme.texi +++ b/readme.texi @@ -45,7 +45,7 @@ Verilator is invoked with parameters similar to GCC or Synopsys's VCS. It reads the specified Verilog code, lints it, and optionally adds coverage code. For C++ format, it outputs .cpp and .h files. For SystemC format, it outputs .sp files for the SystemPerl preprocessor available at -http://veripool.com. +http://www.veripool.org. The resulting files are then compiled with C++. The user writes a little C++ wrapper file, which instantiates the top level module. This is @@ -57,7 +57,7 @@ The resulting executable will perform the actual simulation. @section Obtaining Distribution The latest version is available at -@uref{http://veripool.com/verilator.htm} +@uref{http://www.veripool.org/verilator} Download the latest package from that site, and decompress. @samp{gunzip verilator_version.tar.gz ; tar xvf verilator_version.tar} diff --git a/src/Makefile.in b/src/Makefile.in index de1b6512c..364676b09 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -3,7 +3,7 @@ # # DESCRIPTION: Verilator: Makefile for verilog source # -# Code available from: http://www.veripool.com/verilator +# Code available from: http://www.veripool.org/verilator # #***************************************************************************** # diff --git a/src/Makefile_obj.in b/src/Makefile_obj.in index d30eaf1c4..40a1903d7 100644 --- a/src/Makefile_obj.in +++ b/src/Makefile_obj.in @@ -3,7 +3,7 @@ # # DESCRIPTION: Verilator: Makefile for verilog source # -# Code available from: http://www.veripool.com/verilator +# Code available from: http://www.veripool.org/verilator # #***************************************************************************** # diff --git a/src/V3Active.cpp b/src/V3Active.cpp index 8c6598424..fa5904385 100644 --- a/src/V3Active.cpp +++ b/src/V3Active.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into sensitivity active domains // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Active.h b/src/V3Active.h index 5c3747550..58ee1ef50 100644 --- a/src/V3Active.h +++ b/src/V3Active.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into sensitivity block domains // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3ActiveTop.cpp b/src/V3ActiveTop.cpp index bee13eed2..7e0388f23 100644 --- a/src/V3ActiveTop.cpp +++ b/src/V3ActiveTop.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into sensitivity active domains // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3ActiveTop.h b/src/V3ActiveTop.h index 1139ffcea..e1f40758c 100644 --- a/src/V3ActiveTop.h +++ b/src/V3ActiveTop.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into sensitivity block domains // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Assert.cpp b/src/V3Assert.cpp index 67c45e518..502b3cf76 100644 --- a/src/V3Assert.cpp +++ b/src/V3Assert.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Collect and print statistics // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Assert.h b/src/V3Assert.h index 24ee87b9b..f2c230b5c 100644 --- a/src/V3Assert.h +++ b/src/V3Assert.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Assertion expansion // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3AssertPre.cpp b/src/V3AssertPre.cpp index d09362928..8375faef2 100644 --- a/src/V3AssertPre.cpp +++ b/src/V3AssertPre.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Collect and print statistics // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3AssertPre.h b/src/V3AssertPre.h index a77583cd9..40725ed16 100644 --- a/src/V3AssertPre.h +++ b/src/V3AssertPre.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Assertion pre-expansion // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Ast.cpp b/src/V3Ast.cpp index 06d759017..01443ea9f 100644 --- a/src/V3Ast.cpp +++ b/src/V3Ast.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Ast node structures // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Ast.h b/src/V3Ast.h index bc4aed501..fa5f23632 100644 --- a/src/V3Ast.h +++ b/src/V3Ast.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Ast node structure // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3AstNodes.cpp b/src/V3AstNodes.cpp index fefd1507a..965f4db4b 100644 --- a/src/V3AstNodes.cpp +++ b/src/V3AstNodes.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Ast node structures // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3AstNodes.h b/src/V3AstNodes.h index 34dd06371..b9bb67c57 100644 --- a/src/V3AstNodes.h +++ b/src/V3AstNodes.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Ast node structure // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Begin.cpp b/src/V3Begin.cpp index e595f36be..b9eba7b36 100644 --- a/src/V3Begin.cpp +++ b/src/V3Begin.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Removal of named begin blocks // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Begin.h b/src/V3Begin.h index fce15acdd..196174c1f 100644 --- a/src/V3Begin.h +++ b/src/V3Begin.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Removal of named begin blocks // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Branch.cpp b/src/V3Branch.cpp index 7b15dab1d..455608014 100644 --- a/src/V3Branch.cpp +++ b/src/V3Branch.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Branch prediction // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Branch.h b/src/V3Branch.h index 6322c16c1..7b4fac8fe 100644 --- a/src/V3Branch.h +++ b/src/V3Branch.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Branch prediction // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Broken.cpp b/src/V3Broken.cpp index 5e316f789..3cadd4f46 100644 --- a/src/V3Broken.cpp +++ b/src/V3Broken.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Find broken links in tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Broken.h b/src/V3Broken.h index f2c25d140..e17d2e39c 100644 --- a/src/V3Broken.h +++ b/src/V3Broken.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Find broken links in tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Case.cpp b/src/V3Case.cpp index 5bfe7eeb2..fae1088d8 100644 --- a/src/V3Case.cpp +++ b/src/V3Case.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break case statements up and add Unknown assigns // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Case.h b/src/V3Case.h index 5410e6246..fc94a2dd2 100644 --- a/src/V3Case.h +++ b/src/V3Case.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break case statements up and add Unknown assigns // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Cast.cpp b/src/V3Cast.cpp index b89712b99..c786c0939 100644 --- a/src/V3Cast.cpp +++ b/src/V3Cast.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add C++ casts across expression size changes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Cast.h b/src/V3Cast.h index 6d58765dd..47635bec1 100644 --- a/src/V3Cast.h +++ b/src/V3Cast.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add C++ casts across expression size changes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Changed.cpp b/src/V3Changed.cpp index 60bd24ddb..75051b2bc 100644 --- a/src/V3Changed.cpp +++ b/src/V3Changed.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add temporaries, such as for changed nodes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Changed.h b/src/V3Changed.h index 65f93b6b1..adcf61d57 100644 --- a/src/V3Changed.h +++ b/src/V3Changed.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Pre C-Emit stage changes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Clean.cpp b/src/V3Clean.cpp index 601bf4ca8..9c429e9f9 100644 --- a/src/V3Clean.cpp +++ b/src/V3Clean.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add temporaries, such as for clean nodes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Clean.h b/src/V3Clean.h index 18e11ff9d..f84d6d5e1 100644 --- a/src/V3Clean.h +++ b/src/V3Clean.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Pre C-Emit stage changes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Clock.cpp b/src/V3Clock.cpp index 66df2f572..b46a5e8f0 100644 --- a/src/V3Clock.cpp +++ b/src/V3Clock.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Clocking POS/NEGEDGE insertion // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Clock.h b/src/V3Clock.h index a5f26ca7b..315dbb2f2 100644 --- a/src/V3Clock.h +++ b/src/V3Clock.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Clocking POS/NEGEDGE insertion // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Combine.cpp b/src/V3Combine.cpp index 40182332c..279cdca04 100644 --- a/src/V3Combine.cpp +++ b/src/V3Combine.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Combine common code into functions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Combine.h b/src/V3Combine.h index 43a70db13..61cbdd2a9 100644 --- a/src/V3Combine.h +++ b/src/V3Combine.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Combine common code into functions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Const.cpp b/src/V3Const.cpp index c266ef826..3b505d46f 100644 --- a/src/V3Const.cpp +++ b/src/V3Const.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Constant folding // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Const.h b/src/V3Const.h index 582e30541..918e780ce 100644 --- a/src/V3Const.h +++ b/src/V3Const.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Propagate constants across AST // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Coverage.cpp b/src/V3Coverage.cpp index 4034b0d14..004ab563a 100644 --- a/src/V3Coverage.cpp +++ b/src/V3Coverage.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Netlist (top level) functions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Coverage.h b/src/V3Coverage.h index 0b4d139bf..18b27082f 100644 --- a/src/V3Coverage.h +++ b/src/V3Coverage.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Coverage modules/signals together // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Dead.cpp b/src/V3Dead.cpp index aff08a534..d6b3843f6 100644 --- a/src/V3Dead.cpp +++ b/src/V3Dead.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Dead code elimination // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Dead.h b/src/V3Dead.h index cd45c3e71..7f17a28dc 100644 --- a/src/V3Dead.h +++ b/src/V3Dead.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Dead branch elimination // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Delayed.cpp b/src/V3Delayed.cpp index 0a64ba9ec..15234ed50 100644 --- a/src/V3Delayed.cpp +++ b/src/V3Delayed.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add temporaries, such as for delayed nodes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Delayed.h b/src/V3Delayed.h index 5754ff88e..058f97921 100644 --- a/src/V3Delayed.h +++ b/src/V3Delayed.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Pre C-Emit stage changes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Depth.cpp b/src/V3Depth.cpp index 4ce7d0219..f131113a5 100644 --- a/src/V3Depth.cpp +++ b/src/V3Depth.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Prevent very deep expressions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Depth.h b/src/V3Depth.h index 3c8ce4176..1d9a3bd2f 100644 --- a/src/V3Depth.h +++ b/src/V3Depth.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Prevent very deep expressions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3DepthBlock.cpp b/src/V3DepthBlock.cpp index d4b7b8184..d8f09a960 100644 --- a/src/V3DepthBlock.cpp +++ b/src/V3DepthBlock.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Prevent very deep expressions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3DepthBlock.h b/src/V3DepthBlock.h index 08ac3d925..d1089966b 100644 --- a/src/V3DepthBlock.h +++ b/src/V3DepthBlock.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Prevent very deep expressions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Descope.cpp b/src/V3Descope.cpp index 2fd9bb888..1075bb498 100644 --- a/src/V3Descope.cpp +++ b/src/V3Descope.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Rename scope references to module-local references // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Descope.h b/src/V3Descope.h index 3b9599e81..076e42149 100644 --- a/src/V3Descope.h +++ b/src/V3Descope.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Rename scope references to module-local references // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3EmitC.cpp b/src/V3EmitC.cpp index 9089f5579..13daf8353 100644 --- a/src/V3EmitC.cpp +++ b/src/V3EmitC.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Emit C++ for tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3EmitC.h b/src/V3EmitC.h index 0b32f99d3..8377694ba 100644 --- a/src/V3EmitC.h +++ b/src/V3EmitC.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Emit C++ code for module tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3EmitCBase.h b/src/V3EmitCBase.h index 1b07b2663..27f4e5571 100644 --- a/src/V3EmitCBase.h +++ b/src/V3EmitCBase.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Emit C++ for tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3EmitCInlines.cpp b/src/V3EmitCInlines.cpp index 70176f89a..ccd3dd7d0 100644 --- a/src/V3EmitCInlines.cpp +++ b/src/V3EmitCInlines.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Emit C++ for tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3EmitCSyms.cpp b/src/V3EmitCSyms.cpp index 6a939391e..a843dfb27 100644 --- a/src/V3EmitCSyms.cpp +++ b/src/V3EmitCSyms.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Emit C++ for tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3EmitMk.cpp b/src/V3EmitMk.cpp index 162bdb56c..f1bd01f88 100644 --- a/src/V3EmitMk.cpp +++ b/src/V3EmitMk.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Emit Makefile // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3EmitMk.h b/src/V3EmitMk.h index 8b5510806..497f7d3f0 100644 --- a/src/V3EmitMk.h +++ b/src/V3EmitMk.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Emit Makefile // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3EmitV.cpp b/src/V3EmitV.cpp index 54eaa0eed..8af43a83e 100644 --- a/src/V3EmitV.cpp +++ b/src/V3EmitV.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Emit Verilog from tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3EmitV.h b/src/V3EmitV.h index f2eef4873..7378cf61d 100644 --- a/src/V3EmitV.h +++ b/src/V3EmitV.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Emit Verilog code for module tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Error.cpp b/src/V3Error.cpp index d3476320e..5ee0d9478 100644 --- a/src/V3Error.cpp +++ b/src/V3Error.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Error handling // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Error.h b/src/V3Error.h index f7bc9df81..da7b495b5 100644 --- a/src/V3Error.h +++ b/src/V3Error.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Error handling // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Expand.cpp b/src/V3Expand.cpp index 5b60aa990..16ddbdd45 100644 --- a/src/V3Expand.cpp +++ b/src/V3Expand.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add temporaries, such as for expand nodes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Expand.h b/src/V3Expand.h index c4523fe4f..68088610d 100644 --- a/src/V3Expand.h +++ b/src/V3Expand.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Expansion of wide operator macros to C operators // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3File.cpp b/src/V3File.cpp index 4afdc3266..e959a8d4a 100644 --- a/src/V3File.cpp +++ b/src/V3File.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: File stream wrapper that understands indentation // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3File.h b/src/V3File.h index 888bab9dc..a75d5086d 100644 --- a/src/V3File.h +++ b/src/V3File.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: File stream wrapper that understands indentation // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Gate.cpp b/src/V3Gate.cpp index c7476bf1d..29c7f8f0d 100644 --- a/src/V3Gate.cpp +++ b/src/V3Gate.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Gate optimizations, such as wire elimination // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Gate.h b/src/V3Gate.h index 0373422d7..a0089b39e 100644 --- a/src/V3Gate.h +++ b/src/V3Gate.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into sensitivity block domains // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3GenClk.cpp b/src/V3GenClk.cpp index 240aa0749..fea8ca1c0 100644 --- a/src/V3GenClk.cpp +++ b/src/V3GenClk.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Generated Clock repairs // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3GenClk.h b/src/V3GenClk.h index 0a60dc17e..1acf35436 100644 --- a/src/V3GenClk.h +++ b/src/V3GenClk.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Generated Clock Repairs // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Global.h b/src/V3Global.h index 3b4412890..4c0efedb9 100644 --- a/src/V3Global.h +++ b/src/V3Global.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Common headers // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Graph.cpp b/src/V3Graph.cpp index dca2de984..66bed7ea7 100644 --- a/src/V3Graph.cpp +++ b/src/V3Graph.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Graph optimizations // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Graph.h b/src/V3Graph.h index d597ef85e..549465d82 100644 --- a/src/V3Graph.h +++ b/src/V3Graph.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Graph optimizations // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3GraphAcyc.cpp b/src/V3GraphAcyc.cpp index 47278f3b9..72dd5ee49 100644 --- a/src/V3GraphAcyc.cpp +++ b/src/V3GraphAcyc.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Graph acyclic algorithm // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3GraphAlg.cpp b/src/V3GraphAlg.cpp index e64f30b3e..0cb9b2551 100644 --- a/src/V3GraphAlg.cpp +++ b/src/V3GraphAlg.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Graph optimizations // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3GraphAlg.h b/src/V3GraphAlg.h index 7744a4b67..c06330d35 100644 --- a/src/V3GraphAlg.h +++ b/src/V3GraphAlg.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Graph algorithm base class // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3GraphDfa.cpp b/src/V3GraphDfa.cpp index f1a537f30..1a9650137 100644 --- a/src/V3GraphDfa.cpp +++ b/src/V3GraphDfa.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Graph optimizations // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3GraphDfa.h b/src/V3GraphDfa.h index 76b28367c..392b42571 100644 --- a/src/V3GraphDfa.h +++ b/src/V3GraphDfa.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Graph automata base class // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3GraphTest.cpp b/src/V3GraphTest.cpp index 6b8f96620..ced2dc8fa 100644 --- a/src/V3GraphTest.cpp +++ b/src/V3GraphTest.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Graph tests // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Hashed.cpp b/src/V3Hashed.cpp index 5d2948f54..ef82bdc39 100644 --- a/src/V3Hashed.cpp +++ b/src/V3Hashed.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Hashed common code into functions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Hashed.h b/src/V3Hashed.h index dca60df75..60ed96e97 100644 --- a/src/V3Hashed.h +++ b/src/V3Hashed.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Hash AST trees to find duplicates // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Inline.cpp b/src/V3Inline.cpp index 059933e5c..b84c0932c 100644 --- a/src/V3Inline.cpp +++ b/src/V3Inline.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add temporaries, such as for inline nodes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Inline.h b/src/V3Inline.h index 817def680..a773779b6 100644 --- a/src/V3Inline.h +++ b/src/V3Inline.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Inlining of modules // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Inst.cpp b/src/V3Inst.cpp index bd2d84d6d..4c02f31b3 100644 --- a/src/V3Inst.cpp +++ b/src/V3Inst.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add temporaries, such as for inst nodes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Inst.h b/src/V3Inst.h index 08414dd32..0ae185f08 100644 --- a/src/V3Inst.h +++ b/src/V3Inst.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into sensitivity inst domains // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LanguageWords.h b/src/V3LanguageWords.h index 1cadce40e..9dff4484d 100644 --- a/src/V3LanguageWords.h +++ b/src/V3LanguageWords.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Language rules // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Life.cpp b/src/V3Life.cpp index aa56bf27e..de331dd2f 100644 --- a/src/V3Life.cpp +++ b/src/V3Life.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Lifelicate variable assignment elimination // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Life.h b/src/V3Life.h index e8cbe54a1..d055ce150 100644 --- a/src/V3Life.h +++ b/src/V3Life.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Variable life analysis // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LifePost.cpp b/src/V3LifePost.cpp index 75e99fcf6..5013e5059 100644 --- a/src/V3LifePost.cpp +++ b/src/V3LifePost.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: AssignPost Variable assignment elimination // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LifePost.h b/src/V3LifePost.h index ea4630b5f..8098cce98 100644 --- a/src/V3LifePost.h +++ b/src/V3LifePost.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Lifepost variable analysis // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Link.cpp b/src/V3Link.cpp index 828a58463..154cf1bd4 100644 --- a/src/V3Link.cpp +++ b/src/V3Link.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Resolve module/signal name references // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Link.h b/src/V3Link.h index 04bf48dbf..9fa208769 100644 --- a/src/V3Link.h +++ b/src/V3Link.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Link modules/signals together // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkCells.cpp b/src/V3LinkCells.cpp index 675061d0b..147ccfd63 100644 --- a/src/V3LinkCells.cpp +++ b/src/V3LinkCells.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Resolve module/signal name references // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkCells.h b/src/V3LinkCells.h index 2fe5feffb..b0d7a6cb5 100644 --- a/src/V3LinkCells.h +++ b/src/V3LinkCells.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Link modules/signals together // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index e0343ecc2..599e286e8 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Resolve module/signal name references // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkDot.h b/src/V3LinkDot.h index 349d8f655..c1c737ea8 100644 --- a/src/V3LinkDot.h +++ b/src/V3LinkDot.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Link XREF signals/functions together // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkLValue.cpp b/src/V3LinkLValue.cpp index ddac1cce7..1406973b0 100644 --- a/src/V3LinkLValue.cpp +++ b/src/V3LinkLValue.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: LValue module/signal name references // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkLValue.h b/src/V3LinkLValue.h index d30ce1f28..37dce6489 100644 --- a/src/V3LinkLValue.h +++ b/src/V3LinkLValue.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Link modules/signals together // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkLevel.cpp b/src/V3LinkLevel.cpp index 5701d2061..7c5a28adc 100644 --- a/src/V3LinkLevel.cpp +++ b/src/V3LinkLevel.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Resolve module/signal name references // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkLevel.h b/src/V3LinkLevel.h index 182a52b60..206cb0aa1 100644 --- a/src/V3LinkLevel.h +++ b/src/V3LinkLevel.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Link modules/signals together // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkParse.cpp b/src/V3LinkParse.cpp index e42f76d4f..ac0be9ac0 100644 --- a/src/V3LinkParse.cpp +++ b/src/V3LinkParse.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Parse module/signal name references // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkParse.h b/src/V3LinkParse.h index 0b9cdd719..b98ac6be6 100644 --- a/src/V3LinkParse.h +++ b/src/V3LinkParse.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Link modules/signals together // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkResolve.cpp b/src/V3LinkResolve.cpp index 369971784..c3c8a57cd 100644 --- a/src/V3LinkResolve.cpp +++ b/src/V3LinkResolve.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Resolve module/signal name references // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3LinkResolve.h b/src/V3LinkResolve.h index b2cd77310..e6ef96bee 100644 --- a/src/V3LinkResolve.h +++ b/src/V3LinkResolve.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Link modules/signals together // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3List.h b/src/V3List.h index 71dbc95e1..d557c0372 100644 --- a/src/V3List.h +++ b/src/V3List.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: List class with storage in existing classes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Localize.cpp b/src/V3Localize.cpp index b68b7350d..2abda56f8 100644 --- a/src/V3Localize.cpp +++ b/src/V3Localize.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Convert BLOCKTEMPs to local variables // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Localize.h b/src/V3Localize.h index 1a9c842f3..f85060945 100644 --- a/src/V3Localize.h +++ b/src/V3Localize.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Convert BLOCKTEMPs to local variables // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Name.cpp b/src/V3Name.cpp index 482925790..d4875c4e5 100644 --- a/src/V3Name.cpp +++ b/src/V3Name.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Change names for __PVT__'s // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Name.h b/src/V3Name.h index c590ecf04..6b26711c0 100644 --- a/src/V3Name.h +++ b/src/V3Name.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Change names for inlining // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Number.cpp b/src/V3Number.cpp index 75a7653b8..58e41fddd 100644 --- a/src/V3Number.cpp +++ b/src/V3Number.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Large 4-state numbers // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Number.h b/src/V3Number.h index ffc27da5b..998b6f576 100644 --- a/src/V3Number.h +++ b/src/V3Number.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Large 4-state numbers // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Number_test.cpp b/src/V3Number_test.cpp index 60d50a685..000aada7a 100644 --- a/src/V3Number_test.cpp +++ b/src/V3Number_test.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Netlist (top level) functions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Options.cpp b/src/V3Options.cpp index 343fcc030..f16b0ed23 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Options parsing // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // @@ -333,7 +333,7 @@ string V3Options::getenvSYSTEMPERL() { } if (var == "") { v3fatal("Need $SYSTEMPERL in environment for --sp or --trace\n" - "Probably System-Perl isn't installed, see http://www.veripool.com/systemperl.html\n"); + "Probably System-Perl isn't installed, see http://www.veripool.org/systemperl\n"); } if (var != "" && !V3Options::fileStatNormal(var+"/src/systemperl.h")) { diff --git a/src/V3Options.h b/src/V3Options.h index 4f9a2c2a6..b94864d56 100644 --- a/src/V3Options.h +++ b/src/V3Options.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Command line options // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Order.cpp b/src/V3Order.cpp index 161a9d77e..a3ee912c4 100644 --- a/src/V3Order.cpp +++ b/src/V3Order.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Block code ordering // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Order.h b/src/V3Order.h index c31b26929..d867df864 100644 --- a/src/V3Order.h +++ b/src/V3Order.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Block code ordering // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3OrderGraph.h b/src/V3OrderGraph.h index b62983009..8ab748dd4 100644 --- a/src/V3OrderGraph.h +++ b/src/V3OrderGraph.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Block code ordering // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Param.cpp b/src/V3Param.cpp index 3ebe929d6..d285e4779 100644 --- a/src/V3Param.cpp +++ b/src/V3Param.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Replicate modules for parameterization // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Param.h b/src/V3Param.h index 09e615467..73caf0fc1 100644 --- a/src/V3Param.h +++ b/src/V3Param.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Param modules/signals together // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Parse.cpp b/src/V3Parse.cpp index dd55c9613..69a708c99 100644 --- a/src/V3Parse.cpp +++ b/src/V3Parse.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Parse syntax tree // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3PreLex.h b/src/V3PreLex.h index 3ec6d3843..f7a85e948 100644 --- a/src/V3PreLex.h +++ b/src/V3PreLex.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilog::Preproc: Internal header for lex interfacing // -// Code available from: http://www.veripool.com/verilog-perl +// Code available from: http://www.veripool.org/verilator // // Authors: Wilson Snyder // diff --git a/src/V3PreLex.l b/src/V3PreLex.l index c6edff507..424b1a7a4 100644 --- a/src/V3PreLex.l +++ b/src/V3PreLex.l @@ -2,7 +2,7 @@ /************************************************************************** * DESCRIPTION: Verilator: Flex verilog preprocessor * - * Code available from: http://www.veripool.com/verilator + * Code available from: http://www.veripool.org/verilator * ************************************************************************** * diff --git a/src/V3PreProc.cpp b/src/V3PreProc.cpp index 0973c84ea..e8b9e4aae 100644 --- a/src/V3PreProc.cpp +++ b/src/V3PreProc.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilog::Preproc: Internal implementation of default preprocessor // -// Code available from: http://www.veripool.com/verilog-perl +// Code available from: http://www.veripool.org/verilator // // Authors: Wilson Snyder // diff --git a/src/V3PreProc.h b/src/V3PreProc.h index 0bfef65b3..6905bfe55 100644 --- a/src/V3PreProc.h +++ b/src/V3PreProc.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilog::Preproc: Preprocess verilog code // -// Code available from: http://www.veripool.com/verilog-perl +// Code available from: http://www.veripool.org/verilator // // Authors: Wilson Snyder // diff --git a/src/V3PreShell.cpp b/src/V3PreShell.cpp index 847b04bce..1c24e6825 100644 --- a/src/V3PreShell.cpp +++ b/src/V3PreShell.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Preprocessing wrapper // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3PreShell.h b/src/V3PreShell.h index a387d3a23..c73f0d5de 100644 --- a/src/V3PreShell.h +++ b/src/V3PreShell.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Preprocessing wrapper program // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Premit.cpp b/src/V3Premit.cpp index b0388c83d..33f5b9c52 100644 --- a/src/V3Premit.cpp +++ b/src/V3Premit.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add temporaries, such as for premit nodes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Premit.h b/src/V3Premit.h index 979129941..b0fc36fad 100644 --- a/src/V3Premit.h +++ b/src/V3Premit.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Pre C-Emit stage changes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Read.cpp b/src/V3Read.cpp index e231640b7..6df1a2fd8 100644 --- a/src/V3Read.cpp +++ b/src/V3Read.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Netlist (top level) functions // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Read.h b/src/V3Read.h index f66d3a49a..4b33868ef 100644 --- a/src/V3Read.h +++ b/src/V3Read.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Reading of Verilog files // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Scope.cpp b/src/V3Scope.cpp index e27af459b..0b58ff068 100644 --- a/src/V3Scope.cpp +++ b/src/V3Scope.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into sensitivity block domains // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Scope.h b/src/V3Scope.h index a737e4890..bf4fe5790 100644 --- a/src/V3Scope.h +++ b/src/V3Scope.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into sensitivity block domains // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3SenTree.h b/src/V3SenTree.h index 4a65680fc..13c27c88e 100644 --- a/src/V3SenTree.h +++ b/src/V3SenTree.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into sensitivity block domains // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Signed.cpp b/src/V3Signed.cpp index 645869130..e817277b6 100644 --- a/src/V3Signed.cpp +++ b/src/V3Signed.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Signed/unsigned resolution // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Signed.h b/src/V3Signed.h index 0c1f572f6..530d6bf55 100644 --- a/src/V3Signed.h +++ b/src/V3Signed.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Signed/unsigned resolution // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Split.cpp b/src/V3Split.cpp index 1ed93d623..ea3ab232e 100644 --- a/src/V3Split.cpp +++ b/src/V3Split.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into separate statements to reduce temps // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Split.h b/src/V3Split.h index e987fffab..b0f43573a 100644 --- a/src/V3Split.h +++ b/src/V3Split.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into separate statements to reduce temps // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3SplitAs.cpp b/src/V3SplitAs.cpp index 942591123..714f2d9cf 100644 --- a/src/V3SplitAs.cpp +++ b/src/V3SplitAs.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into separate statements to reduce temps // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3SplitAs.h b/src/V3SplitAs.h index 4c4c4e283..bab9aa6e8 100644 --- a/src/V3SplitAs.h +++ b/src/V3SplitAs.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Break always into separate statements to reduce temps // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Stats.cpp b/src/V3Stats.cpp index 54e872407..f691f460b 100644 --- a/src/V3Stats.cpp +++ b/src/V3Stats.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Collect and print statistics // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Stats.h b/src/V3Stats.h index 22a656ec7..e682b4382 100644 --- a/src/V3Stats.h +++ b/src/V3Stats.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Collect and print statistics // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3StatsReport.cpp b/src/V3StatsReport.cpp index 907323825..312f5c0f4 100644 --- a/src/V3StatsReport.cpp +++ b/src/V3StatsReport.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Collect and print statistics // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Subst.cpp b/src/V3Subst.cpp index a96035e64..f43e554c0 100644 --- a/src/V3Subst.cpp +++ b/src/V3Subst.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Substitute constants and expressions in expr temp's // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Subst.h b/src/V3Subst.h index 5937af79f..8040017a7 100644 --- a/src/V3Subst.h +++ b/src/V3Subst.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Substitute constants and expressions in expr temp's // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3SymTable.h b/src/V3SymTable.h index e8cb8329c..cee7d52c3 100644 --- a/src/V3SymTable.h +++ b/src/V3SymTable.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Symbol table // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Table.cpp b/src/V3Table.cpp index f028a5c7e..14b16d020 100644 --- a/src/V3Table.cpp +++ b/src/V3Table.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Make lookup tables // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Table.h b/src/V3Table.h index 1e5706260..aa0d45615 100644 --- a/src/V3Table.h +++ b/src/V3Table.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Make lookup tables // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Task.cpp b/src/V3Task.cpp index 2a0ded38b..580ea4995 100644 --- a/src/V3Task.cpp +++ b/src/V3Task.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add temporaries, such as for task nodes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Task.h b/src/V3Task.h index f67ceeb2c..b8e94a431 100644 --- a/src/V3Task.h +++ b/src/V3Task.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Inlining of modules // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Trace.cpp b/src/V3Trace.cpp index 074d79a8e..e485c4e6c 100644 --- a/src/V3Trace.cpp +++ b/src/V3Trace.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Waves tracing // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Trace.h b/src/V3Trace.h index aa0760310..96f055236 100644 --- a/src/V3Trace.h +++ b/src/V3Trace.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Waves Tracing // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3TraceDecl.cpp b/src/V3TraceDecl.cpp index 7f964f95c..f67dc9029 100644 --- a/src/V3TraceDecl.cpp +++ b/src/V3TraceDecl.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Waves tracing // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3TraceDecl.h b/src/V3TraceDecl.h index 65b84818c..491106655 100644 --- a/src/V3TraceDecl.h +++ b/src/V3TraceDecl.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Waves Tracing // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Unknown.cpp b/src/V3Unknown.cpp index dde64650b..378279d9b 100644 --- a/src/V3Unknown.cpp +++ b/src/V3Unknown.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add Unknown assigns // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Unknown.h b/src/V3Unknown.h index 2caf8ad8a..4f50d7065 100644 --- a/src/V3Unknown.h +++ b/src/V3Unknown.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add Unknown assigns // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Unroll.cpp b/src/V3Unroll.cpp index 62fd82c30..cd52f2cd5 100644 --- a/src/V3Unroll.cpp +++ b/src/V3Unroll.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Add temporaries, such as for unroll nodes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Unroll.h b/src/V3Unroll.h index 253df30e5..8a2c75b60 100644 --- a/src/V3Unroll.h +++ b/src/V3Unroll.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Pre C-Emit stage changes // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Width.cpp b/src/V3Width.cpp index 87fb67668..f633d658e 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Expression width calculations // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/V3Width.h b/src/V3Width.h index 86ba63305..84d60cc0a 100644 --- a/src/V3Width.h +++ b/src/V3Width.h @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Node attributes/ expression widths // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // diff --git a/src/Verilator.cpp b/src/Verilator.cpp index e846669c9..b12480547 100644 --- a/src/Verilator.cpp +++ b/src/Verilator.cpp @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: main() // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // // AUTHORS: Wilson Snyder with Paul Wasson, Duane Gabli // @@ -510,7 +510,7 @@ int main(int argc, char** argv, char** env) { if (!v3Global.opt.outFormatOk() && !v3Global.opt.preprocOnly() && !v3Global.opt.lintOnly()) { v3fatal("verilator: Need --cc, --sc, --sp, --lint-only or --E option"); } - // Check enviornment + // Check environment V3Options::getenvSYSTEMC(); V3Options::getenvSYSTEMC_ARCH(); V3Options::getenvSYSTEMPERL(); diff --git a/src/config_build.h.in b/src/config_build.h.in index f024885a7..989b697c0 100644 --- a/src/config_build.h.in +++ b/src/config_build.h.in @@ -6,7 +6,7 @@ // // Author: Wilson Snyder // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // //************************************************************************* // diff --git a/src/verilog.l b/src/verilog.l index 071088431..8ff976e3b 100644 --- a/src/verilog.l +++ b/src/verilog.l @@ -2,7 +2,7 @@ /************************************************************************** * DESCRIPTION: Verilator: Flex input file * - * Code available from: http://www.veripool.com/verilator + * Code available from: http://www.veripool.org/verilator * ************************************************************************** * diff --git a/src/verilog.y b/src/verilog.y index 4644e6006..7b6ffda05 100644 --- a/src/verilog.y +++ b/src/verilog.y @@ -2,7 +2,7 @@ //************************************************************************* // DESCRIPTION: Verilator: Bison grammer file // -// Code available from: http://www.veripool.com/verilator +// Code available from: http://www.veripool.org/verilator // //************************************************************************* //