abc/src
Dino e7c304d3d1
Fix destructor rewireMiaig.h
Pointers that are allocated with a C-style malloc should be deleted with free -- not with the C++-style delete.

Using delete here will trip up toolchains that enforce using free for memory allocated with malloc.
2025-12-23 16:14:38 -08:00
..
aig Fixing a compiler problem. 2025-12-17 15:06:20 -08:00
base Adding an option to &cec against a previous saved AIG. 2025-12-19 20:32:11 -08:00
bdd Addressing platform-dependent computations in the CUDD package. 2025-11-17 16:39:13 -08:00
bool Merge pull request #195 from hzeller/20221121-fix-msan-issue 2023-05-18 22:33:14 -07:00
map Experiments with LUT mapping. 2025-11-17 21:37:51 -08:00
misc Command "netexact". 2025-12-07 17:51:22 -08:00
opt Fix destructor rewireMiaig.h 2025-12-23 16:14:38 -08:00
phys/place Fixing some warnings by adding cast from 'int' to 'size_t' in memset, memcpy, etc. 2019-03-05 15:57:50 -08:00
proof Adding callbacks to verification engines. 2025-12-18 21:54:22 -08:00
sat Adding callbacks to verification engines. 2025-12-18 21:54:22 -08:00
demo.c Travis: build with namespaces enabled, and 2018-04-02 15:30:58 -07:00
generic.c initial commit of public abc 2010-11-01 01:35:04 -07:00
generic.h Major restructuring of the code. 2012-01-21 04:30:10 -08:00
starter.c Updating code of non-ABC files to have no ABC-specific macros. 2012-09-29 19:08:54 -04:00
template.c Major restructuring of the code. 2012-01-21 04:30:10 -08:00