The --enable-defenv configure option added in 3.660 is now the default.

git-svn-id: file://localhost/svn/verilator/trunk/verilator@1014 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
Wilson Snyder
2008-03-28 19:42:14 +00:00
parent a16477d84f
commit ebe5711b40
5 changed files with 12 additions and 5 deletions
+5
View File
@@ -5,6 +5,9 @@ indicates the contributor was also the author of the fix; Thanks!
* Verilator 3.66***
*** The --enable-defenv configure option added in 3.660 is now the default.
This hard-codes a default for VERILATOR_ROOT etc in the executables.
*** Add --top-module option to select between multiple tops. [Stefan Thiede]
**** Fix SystemVerilog parameterized defines with `` expansion,
@@ -14,6 +17,8 @@ indicates the contributor was also the author of the fix; Thanks!
**** Fix dropping of backslash quoted-quote at end of $display.
**** Fix missing test_v in install datadir. [Holger Waechtler]
* Verilator 3.660 2008/03/23
*** Add support for hard-coding VERILATOR_ROOT etc in the executables,