aboutsummaryrefslogtreecommitdiffstats
path: root/dot_product/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA_MOUSE/V/VGA_Param.h
diff options
context:
space:
mode:
Diffstat (limited to 'dot_product/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA_MOUSE/V/VGA_Param.h')
-rw-r--r--dot_product/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA_MOUSE/V/VGA_Param.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/dot_product/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA_MOUSE/V/VGA_Param.h b/dot_product/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA_MOUSE/V/VGA_Param.h
deleted file mode 100644
index 9d0fd32..0000000
--- a/dot_product/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA_MOUSE/V/VGA_Param.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Horizontal Parameter ( Pixel )
-parameter H_SYNC_CYC = 96;
-parameter H_SYNC_BACK = 48;
-parameter H_SYNC_ACT = 640;
-parameter H_SYNC_FRONT= 16;
-parameter H_SYNC_TOTAL= 800;
-
-// Virtical Parameter ( Line )
-parameter V_SYNC_CYC = 2;
-parameter V_SYNC_BACK = 33;
-parameter V_SYNC_ACT = 480;
-parameter V_SYNC_FRONT= 10;
-parameter V_SYNC_TOTAL= 525;
-// Start Offset
-parameter X_START = H_SYNC_CYC+H_SYNC_BACK;
-parameter Y_START = V_SYNC_CYC+V_SYNC_BACK;