Fix segfault on SystemVerilog "output wire foo=0", bug291.

This commit is contained in:
Wilson Snyder
2010-10-04 07:48:09 -04:00
parent d305a774f0
commit 9d98e012e4
4 changed files with 68 additions and 3 deletions
+2
View File
@@ -7,6 +7,8 @@ indicates the contributor was also the author of the fix; Thanks!
**** Fix wrong filename on include file errors, bug289. [Brad Parker]
**** Fix segfault on SystemVerilog "output wire foo=0", bug291. [Joshua Wise]
* Verilator 3.804 2010/09/20
*** Support tracing/coverage of underscore signals, bug280. [by Jason McMullan]