mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Add vpiBitVar to the memory cleanup code.
Support for vpiBitVar also needed to be added to the memory (valgrind) cleanup code.
This commit is contained in:
+2
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001-2010 Stephen Williams ([email protected])
|
||||
* Copyright (c) 2001-2011 Stephen Williams ([email protected])
|
||||
*
|
||||
* This source code is free software; you can redistribute it
|
||||
* and/or modify it in source code form under the terms of the GNU
|
||||
@@ -81,6 +81,7 @@ static void delete_sub_scopes(struct __vpiScope *scope)
|
||||
case vpiShortIntVar:
|
||||
case vpiIntVar:
|
||||
case vpiByteVar:
|
||||
case vpiBitVar:
|
||||
signal_delete((scope->intern)[idx]);
|
||||
break;
|
||||
case vpiParameter:
|
||||
|
||||
Reference in New Issue
Block a user