Post #1642350
2026-04-15 09:48 UTC
In the #KiCad source code, in these flags:
/// Options for specifying synthesis inputs, targets, or strategies
enum class SYNTHESIZE_OPTS
{
DEFAULT, // Use the default synthesis options for the calculation
FIX_WIDTH, // Fixes the width of a differential pair
FIX_SPACING // Fixes the spacing of a differential pair
};
what does "fix" mean?
"fix" as in "hold constant"; i.e. FIX_WIDTH="Holds the width constant, and adjusts only the other parameters"
vs
"fix" as an "adjust to correct"; i.e. FIX_WIDTH="Adjusts the width to be consistent with the other parameters, which are held constant"
(I know the answer. This is a poll about comment quality, or something.)
Replies (0)
No replies.