lsils / mockturtle

C++ logic network library
MIT License
208 stars 138 forks source link

Ensure the TestType object lives for the duration of the test function #646

Closed rocallahan closed 3 months ago

rocallahan commented 3 months ago

Currently the temporary TestType object is destroyed immediately after depth_ntk is initialized, leaving a dangling reference. This is caught by ASAN.