Convert re-defining macro error to warning.

git-svn-id: file://localhost/svn/verilator/trunk/verilator@1001 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
Wilson Snyder
2008-03-19 15:05:08 +00:00
parent 16d1f2b835
commit 4fb8dcfd4e
7 changed files with 82 additions and 3 deletions
+2
View File
@@ -10,6 +10,8 @@ indicates the contributor was also the author of the fix; Thanks!
*** Allow multiple .v files on command line. [Stefan Thiede]
*** Convert re-defining macro error to warning. [Stefan Thiede]
**** Fix genvar to be signed, so "< 0" works properly. [Niranjan Prabhu]
**** Fix assignments to inputs inside functions/tasks. [Patricio Kaplan]