URL
https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk
[/] [qaz_libs/] [trunk/] [camera_link/] [cl_line_scan_checker.v] - Diff between revs 2 and 3
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 3 |
Line 14... |
Line 14... |
input cl_reset
|
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;
|
wire [13:0] cl_pixel_counter;
|
wire [15:0] cl_frame_x;
|
wire [15:0] cl_frame_x;
|
wire [15:0] cl_frame_y;
|
wire [15:0] cl_frame_y;
|
wire cl_fval_fall;
|
wire cl_fval_fall;
|
wire cl_fval_rise;
|
wire cl_fval_rise;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.