Fix sense of "invert" signal
authorCesar Strauss <cestrauss@gmail.com>
Wed, 21 Apr 2021 17:06:07 +0000 (14:06 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Wed, 21 Apr 2021 17:06:07 +0000 (14:06 -0300)
commit744a1a5af2fb9b128e4672dfb5b51e977aaea4f3
treea565e69c8963281b250fe8875adfc16c55a72a2c
parentea52af4808c73d1f09eb44bc9256df02e9128a95
Fix sense of "invert" signal

We want to put "1" in the mask, if the operation is to be performed.
The actual CR bits are: LT, GT, EQ and SO.
So, for those, we just copy the bit directly to the mask, as they are.
For GE, LE, NE and NS, we want to invert the bit first.
src/soc/simple/issuer.py