// // CLS-222 Camera Link Simulator Configuration File // - Factory preset #1 (mode switch positions 2&3 down) // // Test Pattern Characteristics // - 1280x720 monochrome // - 10-bit pixel depth // - 1-tap // - 50 MHz pixel clock // - Diagonal wedge pattern // - Camera Link "base" configuration // // *** Key Settings *** // // Camera Link Mode // - 10-bit, 1-tap CL_MODE 32 // 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 // Pattern Select // - only "A" applies for 1-tap monochrome // - set to diagonal wedge A_PATSEL 3 // Wedge Pattern Initial Value // - only "A" applies for 1-tap monochrome // - wedge pattern starting value set to 0 A_INIT 0 // // *** Remaining Settings *** // BAR_WIDTH 160 / automatically set by configurator, value does not matter 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 B_PATSEL 0 C_PATSEL 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 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