lsils / mockturtle

C++ logic network library
MIT License
191 stars 133 forks source link

Avoid serializing/deserializing uninitialized slots #651

Closed rocallahan closed 2 weeks ago

rocallahan commented 1 month ago

This avoids errors under ASAN.

This changes the serialized format of these hashmaps. I assume that's OK.