Don't exit early if many warnings but no errors are found. [Stan Mayer]

git-svn-id: file://localhost/svn/verilator/trunk/verilator@953 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
Wilson Snyder
2007-08-23 13:21:58 +00:00
parent c4b1bc2506
commit fb2cb3c49d
4 changed files with 18 additions and 4 deletions
+4
View File
@@ -3,6 +3,10 @@ Revision history for Verilator
The contributors that suggested a given feature are shown in []. [by ...]
indicates the contributor was also the author of the fix; Thanks!
* Verilator 3.65***
**** Don't exit early if many warnings but no errors are found. [Stan Mayer]
* Verilator 3.653 8/1/2007
**** Support SystemVerilog ==? and !=? operators.