1 |
2 |
alfik |
# -------------------------------------------------------------------------- #
|
2 |
|
|
#
|
3 |
|
|
# Copyright (C) 1991-2013 Altera Corporation
|
4 |
|
|
# Your use of Altera Corporation's design tools, logic functions
|
5 |
|
|
# and other software and tools, and its AMPP partner logic
|
6 |
|
|
# functions, and any output files from any of the foregoing
|
7 |
|
|
# (including device programming or simulation files), and any
|
8 |
|
|
# associated documentation or information are expressly subject
|
9 |
|
|
# to the terms and conditions of the Altera Program License
|
10 |
|
|
# Subscription Agreement, Altera MegaCore Function License
|
11 |
|
|
# Agreement, or other applicable license agreement, including,
|
12 |
|
|
# without limitation, that your use is for the sole purpose of
|
13 |
|
|
# programming logic devices manufactured by Altera and sold by
|
14 |
|
|
# Altera or its authorized distributors. Please refer to the
|
15 |
|
|
# applicable agreement for further details.
|
16 |
|
|
#
|
17 |
|
|
# -------------------------------------------------------------------------- #
|
18 |
|
|
#
|
19 |
|
|
# Quartus II 64-Bit
|
20 |
|
|
# Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition
|
21 |
|
|
# Date created = 21:08:18 August 08, 2013
|
22 |
|
|
#
|
23 |
|
|
# -------------------------------------------------------------------------- #
|
24 |
|
|
#
|
25 |
|
|
# Notes:
|
26 |
|
|
#
|
27 |
|
|
# 1) The default values for assignments are stored in the file:
|
28 |
|
|
# vga_test_assignment_defaults.qdf
|
29 |
|
|
# If this file doesn't exist, see file:
|
30 |
|
|
# assignment_defaults.qdf
|
31 |
|
|
#
|
32 |
|
|
# 2) Altera recommends that you do not modify this file. This
|
33 |
|
|
# file is updated automatically by the Quartus II software
|
34 |
|
|
# and any changes you make may be lost or overwritten.
|
35 |
|
|
#
|
36 |
|
|
# -------------------------------------------------------------------------- #
|
37 |
|
|
|
38 |
|
|
|
39 |
|
|
set_global_assignment -name FAMILY "Cyclone IV E"
|
40 |
|
|
set_global_assignment -name DEVICE EP4CE115F29C7
|
41 |
|
|
set_global_assignment -name TOP_LEVEL_ENTITY vga_test
|
42 |
|
|
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "13.0 SP1"
|
43 |
|
|
set_global_assignment -name PROJECT_CREATION_TIME_DATE "21:08:18 AUGUST 08, 2013"
|
44 |
|
|
set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
|
45 |
|
|
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
|
46 |
|
|
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
|
47 |
|
|
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
|
48 |
|
|
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1
|
49 |
|
|
set_global_assignment -name NOMINAL_CORE_SUPPLY_VOLTAGE 1.2V
|
50 |
|
|
|
51 |
|
|
#============================================================
|
52 |
|
|
# VGA
|
53 |
|
|
#============================================================
|
54 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_HS
|
55 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_VS
|
56 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_SYNC_N
|
57 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_CLK
|
58 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_BLANK_N
|
59 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[0]
|
60 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[1]
|
61 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[2]
|
62 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[3]
|
63 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[4]
|
64 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[5]
|
65 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[6]
|
66 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_R[7]
|
67 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[0]
|
68 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[1]
|
69 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[2]
|
70 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[3]
|
71 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[4]
|
72 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[5]
|
73 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[6]
|
74 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_G[7]
|
75 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[0]
|
76 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[1]
|
77 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[2]
|
78 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[3]
|
79 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[4]
|
80 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[5]
|
81 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[6]
|
82 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to VGA_B[7]
|
83 |
|
|
|
84 |
|
|
set_location_assignment PIN_D12 -to VGA_B[7]
|
85 |
|
|
set_location_assignment PIN_D11 -to VGA_B[6]
|
86 |
|
|
set_location_assignment PIN_C12 -to VGA_B[5]
|
87 |
|
|
set_location_assignment PIN_A11 -to VGA_B[4]
|
88 |
|
|
set_location_assignment PIN_B11 -to VGA_B[3]
|
89 |
|
|
set_location_assignment PIN_C11 -to VGA_B[2]
|
90 |
|
|
set_location_assignment PIN_B10 -to VGA_B[0]
|
91 |
|
|
set_location_assignment PIN_C9 -to VGA_G[7]
|
92 |
|
|
set_location_assignment PIN_F10 -to VGA_G[6]
|
93 |
|
|
set_location_assignment PIN_B8 -to VGA_G[5]
|
94 |
|
|
set_location_assignment PIN_C8 -to VGA_G[4]
|
95 |
|
|
set_location_assignment PIN_F8 -to VGA_G[2]
|
96 |
|
|
set_location_assignment PIN_G11 -to VGA_G[1]
|
97 |
|
|
set_location_assignment PIN_G8 -to VGA_G[0]
|
98 |
|
|
set_location_assignment PIN_H10 -to VGA_R[7]
|
99 |
|
|
set_location_assignment PIN_H8 -to VGA_R[6]
|
100 |
|
|
set_location_assignment PIN_J12 -to VGA_R[5]
|
101 |
|
|
set_location_assignment PIN_G10 -to VGA_R[4]
|
102 |
|
|
set_location_assignment PIN_F12 -to VGA_R[3]
|
103 |
|
|
set_location_assignment PIN_D10 -to VGA_R[2]
|
104 |
|
|
set_location_assignment PIN_E11 -to VGA_R[1]
|
105 |
|
|
set_location_assignment PIN_E12 -to VGA_R[0]
|
106 |
|
|
set_location_assignment PIN_A12 -to VGA_CLK
|
107 |
|
|
set_location_assignment PIN_F11 -to VGA_BLANK_N
|
108 |
|
|
set_location_assignment PIN_C10 -to VGA_SYNC_N
|
109 |
|
|
set_location_assignment PIN_G13 -to VGA_HS
|
110 |
|
|
set_location_assignment PIN_C13 -to VGA_VS
|
111 |
|
|
set_location_assignment PIN_A10 -to VGA_B[1]
|
112 |
|
|
set_location_assignment PIN_H12 -to VGA_G[3]
|
113 |
|
|
|
114 |
|
|
#============================================================
|
115 |
|
|
# CLOCK
|
116 |
|
|
#============================================================
|
117 |
|
|
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to CLOCK_50
|
118 |
|
|
|
119 |
|
|
set_location_assignment PIN_Y2 -to CLOCK_50
|
120 |
|
|
|
121 |
|
|
set_global_assignment -name QIP_FILE vga_soc/synthesis/vga_soc.qip
|
122 |
|
|
set_global_assignment -name VERILOG_FILE pll.v
|
123 |
|
|
set_global_assignment -name VERILOG_FILE vga_test.v
|
124 |
|
|
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
|
125 |
|
|
set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
|
126 |
|
|
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
|
127 |
|
|
set_global_assignment -name SDC_FILE vga_test.sdc
|
128 |
|
|
set_global_assignment -name QIP_FILE altera_vga_font_rom.qip
|
129 |
|
|
set_global_assignment -name QIP_FILE altera_vga_system_ram.qip
|
130 |
|
|
set_global_assignment -name QIP_FILE altera_plane_ram.qip
|
131 |
|
|
set_global_assignment -name QIP_FILE altera_internal_palette_ram.qip
|
132 |
|
|
set_global_assignment -name QIP_FILE altera_dac_ram.qip
|
133 |
|
|
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|