Remove VHDL driver extension/property after use.
* In CRL::vstDriver(), remove the Vhdl::EntityExtension right after driving the file. This avoid keeping in memory a mostly usnused structure and solve the "second write after modification" problem.
This commit is contained in:
parent
86c4e9cb17
commit
e80fcd8648
|
@ -49,6 +49,8 @@ namespace CRL {
|
||||||
vhdlEntity->toEntity( ccelltest );
|
vhdlEntity->toEntity( ccelltest );
|
||||||
ccelltest << endl;
|
ccelltest << endl;
|
||||||
ccelltest.close();
|
ccelltest.close();
|
||||||
|
|
||||||
|
Vhdl::EntityExtension::destroy( cell );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue