Active logic

Specifies if a signal (or flow is understood as being active when the signal is high or when the signal is low (also known as negated logic).

  • active_high: x less than a threshold value means FALSE, x greater than a threshold value means TRUE.
  • active_low ('negated logic’): x less than a threshold value means TRUE, x greater than a threshold value means FALSE.

Continue describing this topic.