bal_xilinx.modifiers

bal_xilinx.modifiers.pin_modifier

class bal_xilinx.modifiers.pin_modifier.XilinxPinModifer(context)

Bases: bal.context_ioc.AbstractModifier

An analyzer used to modify an FDRI IOB pin config.

Parameters

context (XilinxContext) – The configured xilinx context

modify(pin_name, on, **kwargs)

Modify an FDRI IOB pin config.

Parameters
  • pin_name (str) – The name of the pin to modify.

  • on (bool) – If True, the pin will be pulled high. Otherwise it will be pulled low.

  • kwargs (Any) –