// // CLS-222 Camera Link Simulator Configuration File // - Factory preset #3 (mode switch position 2 up, 3 down) // // Test Pattern Characteristics // - 1280x720 Bayer Color // - 1st two bayer pixels: Green - Red // - 12-bit pixel depth // - 2-tap // - 50 MHz pixel clock // - color bars pattern // - Camera Link "base" configuration // // *** Key Settings *** // // Camera Link Mode // - 12-bit, 2-tap, Bayer Color CL_MODE 84 // Pixel clock frequency // - 50 MHz FREQUENCY 50 // Image Size // - 1280 x 720 // - 2 pixels are sent every clock (2-tap) // - LVAL_HI = X/taps = 1280/2 = 640 LVAL_HI 640 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 // Bar Width Setting // - color bars pattern consist of 8 "bars" // - 160 pixel width for each bar fills the 1280 "X" dimension exactly // - Bayer pattern is 2-tap, two pixels sent each clock // - BAR_WIDTH is set to desired bar width / taps = 160/2 = 80 BAR_WIDTH 80 // Pattern Select // - two bayer encoded color pixels are being output every pixel clock // - the "ABC" settings apply to first pixel "RGB" // - the "DEF" settings apply to second pixel "RGB" // - set all to color bars pattern A_PATSEL 4 B_PATSEL 4 C_PATSEL 4 D_PATSEL 4 E_PATSEL 4 F_PATSEL 4 // Bayer Select // - Determines first two colors output in the bayer image // - Green-Red for this example BAYER_SEL 0 // // *** Remaining Settings *** // CONTINUOUS 1 / continuous video output X_STEP 1 Y_STEP 1 EXSYNC_ENB 0 EXSYNC_SEL 0 LINESCAN 0 DVAL_MODE 0 DVAL 1 CLK_DIS 0 ROLL 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