OpenCores
URL https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk

Subversion Repositories qaz_libs

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /qaz_libs
    from Rev 3 to Rev 2
    Reverse comparison

Rev 3 → Rev 2

/trunk/camera_link/cl_line_scan_checker.v
16,6 → 16,18
 
// --------------------------------------------------------------------
//
localparam FPA_FS1 = 14'h3fff;
localparam FPA_FS2 = 14'h3ffe;
localparam FPA_LS = 14'h3ffd;
localparam FPA_HB = 14'h3ffc;
localparam FPA_VB = 14'h3ffb;
localparam FPA_BLK = 14'h3ff3;
localparam FPA_IT = 14'h3ff2;
localparam FPA_EOD = 14'h3ff1;
 
 
// --------------------------------------------------------------------
//
wire [13:0] cl_pixel_counter;
wire [15:0] cl_frame_x;
wire [15:0] cl_frame_y;
/trunk/camera_link/cl_area_scan_checker.v
14,7 → 14,18
input cl_reset
);
 
// --------------------------------------------------------------------
//
localparam FPA_FS1 = 14'h3fff;
localparam FPA_FS2 = 14'h3ffe;
localparam FPA_LS = 14'h3ffd;
localparam FPA_HB = 14'h3ffc;
localparam FPA_VB = 14'h3ffb;
localparam FPA_BLK = 14'h3ff3;
localparam FPA_IT = 14'h3ff2;
localparam FPA_EOD = 14'h3ff1;
 
 
// --------------------------------------------------------------------
//
wire [13:0] cl_pixel_counter;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.