lsils / mockturtle

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

Use correct sentinel value for `delay` #648

Closed rocallahan closed 1 month ago

rocallahan commented 1 month ago

Currently we're assigning float-max to a uint32_t which is technically undefined behavior.