mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
3 lines
184 B
Python
3 lines
184 B
Python
control_tokens = [0b1101010100, 0b0010101011, 0b0101010100, 0b1010101011]
|
|
channel_layout = [("d", 8), ("c", 2), ("de", 1)]
|
|
frame_layout = [("parity", 1), ("r", 8), ("g", 8), ("b", 8)]
|