sw: Implement bodgefix for schematic rev 03L
This commit is contained in:
parent
30c83a658f
commit
f27c728472
@ -39,7 +39,7 @@ static int LUT_IN_BITMAP[4][3] = {
|
|||||||
/* LUT OUT MUX Definitions */
|
/* LUT OUT MUX Definitions */
|
||||||
static int LUT_OUT_MUX[4][4] = {
|
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_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_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_B, LUT_OUT_A}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user