Skip to content

[surface model] avoid multiplication which can fail for overflow in CMS

Severin Diederichs requested to merge fix_logicid_overflow into surface_model

This MR fixes an issue for the flip_bool flag in the common surface deduplication. Due to an integer overflow, the flip_bool was incorrectly set to true for CMS. This fixes incorrect propagation.

This also includes some cleaning from leftover printouts for debugging.

Edited by Severin Diederichs

Merge request reports