LogicSignal: Put all trigger matches into a single trigger stage.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 23 Nov 2015 18:07:59 +0000 (19:07 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 23 Nov 2015 18:11:23 +0000 (19:11 +0100)
commitfcc00c4d9d3c4e00a3e15bff666e0ceedfa9d0ea
tree05c98da413f4fe9511853abd6ffd8c513259fbea
parent4a8185876c7d4dcb0e940df3077f46c0c98de7f9
LogicSignal: Put all trigger matches into a single trigger stage.

Previously each trigger match was assigned its own trigger stage,
which is problematic because devices may not support more than one
stage.

Ideally we would want the user to decide which matches go into
which stages, but that's a long way off and this change makes
things work just a little bit better for more devices.

Fixes bug #683.
pv/view/logicsignal.cpp