// // CLS-222 Camera Link Simulator Configuration File // - Factory preset #2 (mode switch position 2 down, 3 up) // // Test Pattern Characteristics // - 1280x720 RGB color // - 8-bit pixel depth // - 1-tap // - 50 MHz pixel clock // - color bars pattern // - Camera Link "base" configuration // // *** Key Settings *** // // Camera Link Mode // - 8-bit, 1-tap, RGB CL_MODE 16 // Pixel clock frequency // - 50 MHz FREQUENCY 50 // Image Size // - 1280 x 720 LVAL_HI 1280 FVAL_HI 720 // Horizontal blanking // - Configurator always sets to 32 clocks LVAL_LO 32 // Vertical blanking // - Configurator always sets to 16 clocks FVAL_LO 16 // FVAL signal setup before LVAL // - Configurator always sets to 8 clocks FVAL_SETUP 8 // FVAL signal hold after LVAL // - Configurator always sets to 8 clocks FVAL_HOLD 8 // X dimension step setting // - selects wedge pattern horizontal step size // - 1 is typical setting for 1-tap X_STEP 1 // Y dimension step setting // - selects wedge pattern vertical step size // - 1 is typical setting Y_STEP 1 // Bar Width Setting // - color bars pattern consist of 8 "bars" // - 160 pixel width for each bar fills the 1280 "X" dimension exactly BAR_WIDTH 160 // Pattern Select // - three 8-bit values are being output: red, green, and blue (RGB) // - the "ABC" settings apply to "RGB", respectivley // - set these three to color bars pattern A_PATSEL 4 B_PATSEL 4 C_PATSEL 4 // // *** Remaining Settings *** // CONTINUOUS 1 / continuous video output EXSYNC_ENB 0 EXSYNC_SEL 0 LINESCAN 0 DVAL_MODE 0 DVAL 1 CLK_DIS 0 BAYER_SEL 0 ROLL 0 D_PATSEL 0 E_PATSEL 0 F_PATSEL 0 G_PATSEL 0 H_PATSEL 0 I_PATSEL 0 J_PATSEL 0 A_FIXED 0 B_FIXED 0 C_FIXED 0 D_FIXED 0 E_FIXED 0 F_FIXED 0 G_FIXED 0 H_FIXED 0 I_FIXED 0 J_FIXED 0 A_INIT 0 B_INIT 0 C_INIT 0 D_INIT 0 E_INIT 0 F_INIT 0 G_INIT 0 H_INIT 0 I_INIT 0 J_INIT 0 AIA_TEST 0 AIA_SEL 0 POCL_MODE 0 // End of configuration file