x393  1.0
FPGAcodeforElphelNC393camera
fis_types.vh
Go to the documentation of this file.
1 // FIS types (low byte of the first DWORD)
2 localparam FIS_H2DR = 'h27;
3 localparam FIS_D2HR = 'h34;
4 localparam FIS_DMAA = 'h39;
5 localparam FIS_DMAS = 'h41;
6 localparam FIS_DATA = 'h46;
7 localparam FIS_BIST = 'h58;
8 localparam FIS_PIOS = 'h5f;
9 localparam FIS_SDB = 'ha1;