summaryrefslogtreecommitdiffstats
path: root/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA/V/VGA_Param.h
diff options
context:
space:
mode:
Diffstat (limited to 'student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA/V/VGA_Param.h')
-rw-r--r--student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA/V/VGA_Param.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA/V/VGA_Param.h b/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA/V/VGA_Param.h
new file mode 100644
index 0000000..9d0fd32
--- /dev/null
+++ b/student_files_2015/student_files_2015/prj2/quartus_proj/DE0_CAMERA/V/VGA_Param.h
@@ -0,0 +1,16 @@
+// 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;