Fix activation of cancel signal
authorCesar Strauss <cestrauss@gmail.com>
Tue, 17 Aug 2021 10:13:04 +0000 (07:13 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Tue, 17 Aug 2021 10:13:04 +0000 (07:13 -0300)
commitfa266e2d2b5f4e84b10df1572dff4c946cd104d9
treec54d345c552a2b4608903298525a820b0a3fbb81
parent9f88e4ba914452edca81ceca48ad6504df204e92
Fix activation of cancel signal

As an active low signal, the conditions to cancel must be ANDed together.
Being active high, exc_o.happened must be inverted.
src/soc/experiment/compldst_multi.py