sw: Implement bodgefix for schematic rev 03L

sw
Markus Koch 2019-09-22 19:11:43 +02:00
parent 30c83a658f
commit f27c728472
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ static int LUT_IN_BITMAP[4][3] = {
/* LUT OUT MUX Definitions */
static int LUT_OUT_MUX[4][4] = {
{LUT_OUT_C, LUT_OUT_A, LUT_OUT_B, LUT_OUT_B_ASYNC},
{LUT_OUT_C, LUT_OUT_B_ASYNC, LUT_OUT_B, LUT_OUT_A},
{LUT_OUT_C, LUT_OUT_B_ASYNC, LUT_OUT_A, LUT_OUT_A},
{LUT_OUT_C, LUT_OUT_A, LUT_OUT_B, LUT_OUT_B_ASYNC},
{LUT_OUT_C, LUT_OUT_B_ASYNC, LUT_OUT_B, LUT_OUT_A}
};