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

Subversion Repositories audio

[/] [audio/] [trunk/] [HD_ADPCM/] [HD_ADPCM_1Bit_Stereo_Decoder/] [HD_ADPCM_Codec.qsf] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 ashematian
# -------------------------------------------------------------------------- #
2
#
3
# Copyright (C) 1991-2009 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
20
# Version 9.0 Build 132 02/25/2009 SJ Web Edition
21
# Date created = 21:25:13  February 02, 2010
22
#
23
# -------------------------------------------------------------------------- #
24
#
25
# Notes:
26
#
27
# 1) The default values for assignments are stored in the file:
28
#               HD_ADPCM_Codec_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 II"
40
set_global_assignment -name DEVICE EP2C20F484C7
41
set_global_assignment -name TOP_LEVEL_ENTITY HD_ADPCM_Codec
42
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 9.0
43
set_global_assignment -name PROJECT_CREATION_TIME_DATE "21:25:13  FEBRUARY 02, 2010"
44
set_global_assignment -name LAST_QUARTUS_VERSION 9.0
45
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim (VHDL)"
46
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT VHDL -section_id eda_simulation
47
set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga
48
set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE AREA
49
set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA
50
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 484
51
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
52
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
53
set_global_assignment -name VHDL_FILE HD_ADPCM_Codec.vhd
54
set_global_assignment -name POWER_PRESET_COOLING_SOLUTION "23 MM HEAT SINK WITH 200 LFPM AIRFLOW"
55
set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
56
set_global_assignment -name USE_CONFIGURATION_DEVICE ON
57
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
58
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVCMOS"
59
set_global_assignment -name RESERVE_ASDO_AFTER_CONFIGURATION "AS INPUT TRI-STATED"
60
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
61
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
62
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
63
set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region"
64
set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
65
set_location_assignment PIN_D12 -to CLOCK_IN
66
set_global_assignment -name MISC_FILE "D:/Projects/FPGA/HD_ADPCM_Codec/HD_ADPCM_Codec.dpf"
67
set_location_assignment PIN_E2 -to S_SEVEN_SEGMENT_1_OUT[6]
68
set_location_assignment PIN_F1 -to S_SEVEN_SEGMENT_1_OUT[5]
69
set_location_assignment PIN_F2 -to S_SEVEN_SEGMENT_1_OUT[4]
70
set_location_assignment PIN_H1 -to S_SEVEN_SEGMENT_1_OUT[3]
71
set_location_assignment PIN_H2 -to S_SEVEN_SEGMENT_1_OUT[2]
72
set_location_assignment PIN_J1 -to S_SEVEN_SEGMENT_1_OUT[1]
73
set_location_assignment PIN_J2 -to S_SEVEN_SEGMENT_1_OUT[0]
74
set_location_assignment PIN_D1 -to S_SEVEN_SEGMENT_2_OUT[6]
75
set_location_assignment PIN_D2 -to S_SEVEN_SEGMENT_2_OUT[5]
76
set_location_assignment PIN_G3 -to S_SEVEN_SEGMENT_2_OUT[4]
77
set_location_assignment PIN_H4 -to S_SEVEN_SEGMENT_2_OUT[3]
78
set_location_assignment PIN_H5 -to S_SEVEN_SEGMENT_2_OUT[2]
79
set_location_assignment PIN_H6 -to S_SEVEN_SEGMENT_2_OUT[1]
80
set_location_assignment PIN_E1 -to S_SEVEN_SEGMENT_2_OUT[0]
81
set_location_assignment PIN_D3 -to S_SEVEN_SEGMENT_3_OUT[6]
82
set_location_assignment PIN_E4 -to S_SEVEN_SEGMENT_3_OUT[5]
83
set_location_assignment PIN_E3 -to S_SEVEN_SEGMENT_3_OUT[4]
84
set_location_assignment PIN_C1 -to S_SEVEN_SEGMENT_3_OUT[3]
85
set_location_assignment PIN_C2 -to S_SEVEN_SEGMENT_3_OUT[2]
86
set_location_assignment PIN_G6 -to S_SEVEN_SEGMENT_3_OUT[1]
87
set_location_assignment PIN_G5 -to S_SEVEN_SEGMENT_3_OUT[0]
88
set_location_assignment PIN_D4 -to S_SEVEN_SEGMENT_4_OUT[6]
89
set_location_assignment PIN_F3 -to S_SEVEN_SEGMENT_4_OUT[5]
90
set_location_assignment PIN_L8 -to S_SEVEN_SEGMENT_4_OUT[4]
91
set_location_assignment PIN_J4 -to S_SEVEN_SEGMENT_4_OUT[3]
92
set_location_assignment PIN_D6 -to S_SEVEN_SEGMENT_4_OUT[2]
93
set_location_assignment PIN_D5 -to S_SEVEN_SEGMENT_4_OUT[1]
94
set_location_assignment PIN_F4 -to S_SEVEN_SEGMENT_4_OUT[0]
95
set_location_assignment PIN_R20 -to S_RED_LEDS_OUT[0]
96
set_location_assignment PIN_R19 -to S_RED_LEDS_OUT[1]
97
set_location_assignment PIN_U19 -to S_RED_LEDS_OUT[2]
98
set_location_assignment PIN_Y19 -to S_RED_LEDS_OUT[3]
99
set_location_assignment PIN_T18 -to S_RED_LEDS_OUT[4]
100
set_location_assignment PIN_V19 -to S_RED_LEDS_OUT[5]
101
set_location_assignment PIN_Y18 -to S_RED_LEDS_OUT[6]
102
set_location_assignment PIN_U18 -to S_RED_LEDS_OUT[7]
103
set_location_assignment PIN_R18 -to S_RED_LEDS_OUT[8]
104
set_location_assignment PIN_R17 -to S_RED_LEDS_OUT[9]
105
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
106
set_location_assignment PIN_B3 -to I2C_DATA_INOUT
107
set_location_assignment PIN_A3 -to I2C_CLOCK_OUT
108
set_global_assignment -name USE_TIMEQUEST_TIMING_ANALYZER OFF
109
set_location_assignment PIN_B4 -to I2S_CORE_CLOCK_OUT
110
set_location_assignment PIN_B5 -to I2S_DATA_INOUT
111
set_location_assignment PIN_A5 -to I2S_LEFT_RIGHT_CLOCK_OUT
112
set_location_assignment PIN_A4 -to I2S_CLOCK_OUT
113
set_location_assignment PIN_L22 -to SWITCH_0
114
set_location_assignment PIN_R22 -to KEY_0
115
set_location_assignment PIN_R13 -to FLASH_MEMORY_ADDRESS_OUT[21]
116
set_location_assignment PIN_U13 -to FLASH_MEMORY_ADDRESS_OUT[20]
117
set_location_assignment PIN_V14 -to FLASH_MEMORY_ADDRESS_OUT[19]
118
set_location_assignment PIN_U14 -to FLASH_MEMORY_ADDRESS_OUT[18]
119
set_location_assignment PIN_AA20 -to FLASH_MEMORY_ADDRESS_OUT[17]
120
set_location_assignment PIN_AB12 -to FLASH_MEMORY_ADDRESS_OUT[16]
121
set_location_assignment PIN_AA12 -to FLASH_MEMORY_ADDRESS_OUT[15]
122
set_location_assignment PIN_AB13 -to FLASH_MEMORY_ADDRESS_OUT[14]
123
set_location_assignment PIN_AA13 -to FLASH_MEMORY_ADDRESS_OUT[13]
124
set_location_assignment PIN_AB14 -to FLASH_MEMORY_ADDRESS_OUT[12]
125
set_location_assignment PIN_T12 -to FLASH_MEMORY_ADDRESS_OUT[11]
126
set_location_assignment PIN_R12 -to FLASH_MEMORY_ADDRESS_OUT[10]
127
set_location_assignment PIN_Y13 -to FLASH_MEMORY_ADDRESS_OUT[9]
128
set_location_assignment PIN_R14 -to FLASH_MEMORY_ADDRESS_OUT[8]
129
set_location_assignment PIN_W15 -to FLASH_MEMORY_ADDRESS_OUT[7]
130
set_location_assignment PIN_V15 -to FLASH_MEMORY_ADDRESS_OUT[6]
131
set_location_assignment PIN_U15 -to FLASH_MEMORY_ADDRESS_OUT[5]
132
set_location_assignment PIN_T15 -to FLASH_MEMORY_ADDRESS_OUT[4]
133
set_location_assignment PIN_R15 -to FLASH_MEMORY_ADDRESS_OUT[3]
134
set_location_assignment PIN_Y16 -to FLASH_MEMORY_ADDRESS_OUT[2]
135
set_location_assignment PIN_AA14 -to FLASH_MEMORY_ADDRESS_OUT[1]
136
set_location_assignment PIN_AB20 -to FLASH_MEMORY_ADDRESS_OUT[0]
137
set_location_assignment PIN_AA19 -to FLASH_MEMORY_DATA_INOUT[7]
138
set_location_assignment PIN_AB19 -to FLASH_MEMORY_DATA_INOUT[6]
139
set_location_assignment PIN_AA18 -to FLASH_MEMORY_DATA_INOUT[5]
140
set_location_assignment PIN_AB18 -to FLASH_MEMORY_DATA_INOUT[4]
141
set_location_assignment PIN_AA17 -to FLASH_MEMORY_DATA_INOUT[3]
142
set_location_assignment PIN_AB17 -to FLASH_MEMORY_DATA_INOUT[2]
143
set_location_assignment PIN_AA16 -to FLASH_MEMORY_DATA_INOUT[1]
144
set_location_assignment PIN_AB16 -to FLASH_MEMORY_DATA_INOUT[0]
145
set_location_assignment PIN_AA15 -to FLASH_MEMORY_nOE_OUT
146
set_location_assignment PIN_W14 -to FLASH_MEMORY_nRESET_OUT
147
set_location_assignment PIN_Y14 -to FLASH_MEMORY_nWE_OUT
148
set_location_assignment PIN_AB15 -to FLASH_MEMORY_nCE_OUT
149
set_location_assignment PIN_R21 -to KEY_1

powered by: WebSVN 2.1.0

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