You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this was a regression introduced in 971d1cb, because it changed pattern from "source 2" to "source 0".
Some of our case designs for Opsis call the onboard inputs "1" and "2", but the "internal" naming has always been "0" and "1". We should retain this, and always call it "0" and "1".
Some parts of the UI reference the first input port as input0, some input1.
I suspect this is related to adding source VIDEO_IN_PCIE
If we agree that everything is 0 based, then commands do what we want, but the input status messages are off by one. (the output messages are not.)
status calls:
HDMI2USB-litex-firmware/firmware/ci.c
Line 453 in c27ca25
which calls:
HDMI2USB-litex-firmware/firmware/processor.c
Line 707 in c27ca25
The text was updated successfully, but these errors were encountered: