Note inconsistency in FPGA frame layout docs.

This commit is contained in:
Henry Gabryjelski 2023-08-08 23:59:42 -07:00
commit 6f38c814a7

View file

@ -34,6 +34,9 @@
/* /*
Communication between ARM / FPGA is done inside armsrc/fpgaloader.c (function FpgaSendCommand) Communication between ARM / FPGA is done inside armsrc/fpgaloader.c (function FpgaSendCommand)
Send 16 bit command / data pair to FPGA Send 16 bit command / data pair to FPGA
BUGBUG -- Conflicts with information in ../fpga/define.v
The bit format is: C3 C2 C1 C0 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0 The bit format is: C3 C2 C1 C0 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0
where where
C is 4bit command C is 4bit command