Return the internal Logic signal that represents the configuration, either static or runtime.
Logic getLogic(Module module) => staticConfig ? Const(1) : (getRuntimeInput(module) ?? Const(0));