// // CLS-221 Camera Link Simulator Configuration File // - Factory preset #2 (mode switch position 2 down, 3 up) // - Settings generated by Quick Configurator // - 6/14/2018 // // 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 // Bar Width Setting // - color bars pattern consist of 8 "bars" // - 160 pixel width for each bar fills the 1280 "X" dimension 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 LVAL_LO 32 / configurator default FVAL_LO 16 / configurator default FVAL_SETUP 8 / configurator default FVAL_HOLD 8 / configurator default X_STEP 1 / set by configurator, value does not matter Y_STEP 1 / set by configurator, value does not matter 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 // End of configuration file