Active Logic » History » Version 1

Txinto Vaz, 11/13/2014 04:52 PM

1 1 Txinto Vaz
h1. Active logic
2 1 Txinto Vaz
3 1 Txinto Vaz
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).
4 1 Txinto Vaz
5 1 Txinto Vaz
* active_high: x less than a threshold value means FALSE, x greater than a threshold value means TRUE.
6 1 Txinto Vaz
* active_low ('negated logic'): x less than a threshold value means TRUE, x greater than a threshold value means FALSE.
7 1 Txinto Vaz
8 1 Txinto Vaz
{TODO} Continue describing this topic.