⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jian.qsf

📁 1、 掌握VHDL的结构以及实例的编程; 2、 学会使用QuartusⅡ平台的开化; 3、 设计一个2位BCD码加法器。
💻 QSF
字号:
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions 
# and other software and tools, and its AMPP partner logic 
# functions, and any output files from any of the foregoing 
# (including device programming or simulation files), and any 
# associated documentation or information are expressly subject 
# to the terms and conditions of the Altera Program License 
# Subscription Agreement, Altera MegaCore Function License 
# Agreement, or other applicable license agreement, including, 
# without limitation, that your use is for the sole purpose of 
# programming logic devices manufactured by Altera and sold by 
# Altera or its authorized distributors.  Please refer to the 
# applicable agreement for further details.


# The default values for assignments are stored in the file
#		jian_assignment_defaults.qdf
# If this file doesn't exist, and for assignments not listed, see file
#		assignment_defaults.qdf

# Altera recommends that you do not modify this file. This
# file is updated automatically by the Quartus II software
# and any changes you make may be lost or overwritten.


set_global_assignment -name DEVICE EP2C35F672C6
set_global_assignment -name FAMILY "Cyclone II"
set_global_assignment -name TOP_LEVEL_ENTITY jian
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 6.1
set_global_assignment -name PROJECT_CREATION_TIME_DATE "04:34:10  JUNE 12, 2008"
set_global_assignment -name LAST_QUARTUS_VERSION 7.2
set_global_assignment -name VHDL_FILE jian.vhd
set_instance_assignment -name PARTITION_HIERARCHY no_file_for_top_partition -to | -section_id Top
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_location_assignment PIN_AE14 -to A0[3]
set_location_assignment PIN_P25 -to A0[2]
set_location_assignment PIN_N26 -to A0[1]
set_location_assignment PIN_N25 -to A0[0]
set_location_assignment PIN_C13 -to A1[3]
set_location_assignment PIN_AC13 -to A1[2]
set_location_assignment PIN_AD13 -to A1[1]
set_location_assignment PIN_AF14 -to A1[0]
set_location_assignment PIN_P1 -to B0[3]
set_location_assignment PIN_N1 -to B0[2]
set_location_assignment PIN_A13 -to B0[1]
set_location_assignment PIN_B13 -to B0[0]
set_location_assignment PIN_U4 -to B1[3]
set_location_assignment PIN_U3 -to B1[2]
set_location_assignment PIN_T7 -to B1[1]
set_location_assignment PIN_P2 -to B1[0]
set_location_assignment PIN_W26 -to key
set_location_assignment PIN_V13 -to y0[6]
set_location_assignment PIN_V14 -to y0[5]
set_location_assignment PIN_AE11 -to y0[4]
set_location_assignment PIN_AD11 -to y0[3]
set_location_assignment PIN_AC12 -to y0[2]
set_location_assignment PIN_AB12 -to y0[1]
set_location_assignment PIN_AF10 -to y0[0]
set_location_assignment PIN_AB24 -to y1[6]
set_location_assignment PIN_AA23 -to y1[5]
set_location_assignment PIN_AA24 -to y1[4]
set_location_assignment PIN_Y22 -to y1[3]
set_location_assignment PIN_W21 -to y1[2]
set_location_assignment PIN_V21 -to y1[1]
set_location_assignment PIN_V20 -to y1[0]
set_location_assignment PIN_Y24 -to y2[6]
set_location_assignment PIN_AB25 -to y2[5]
set_location_assignment PIN_AB26 -to y2[4]
set_location_assignment PIN_AC26 -to y2[3]
set_location_assignment PIN_AC25 -to y2[2]
set_location_assignment PIN_V22 -to y2[1]
set_location_assignment PIN_AB23 -to y2[0]
set_location_assignment PIN_W24 -to y3[6]
set_location_assignment PIN_U22 -to y3[5]
set_location_assignment PIN_Y25 -to y3[4]
set_location_assignment PIN_Y26 -to y3[3]
set_location_assignment PIN_AA26 -to y3[2]
set_location_assignment PIN_AA25 -to y3[1]
set_location_assignment PIN_Y23 -to y3[0]
set_location_assignment PIN_T3 -to y4[6]
set_location_assignment PIN_R6 -to y4[5]
set_location_assignment PIN_R7 -to y4[4]
set_location_assignment PIN_T4 -to y4[3]
set_location_assignment PIN_U2 -to y4[2]
set_location_assignment PIN_U1 -to y4[1]
set_location_assignment PIN_U9 -to y4[0]
set_location_assignment PIN_R3 -to y5[6]
set_location_assignment PIN_R4 -to y5[5]
set_location_assignment PIN_R5 -to y5[4]
set_location_assignment PIN_T9 -to y5[3]
set_location_assignment PIN_P7 -to y5[2]
set_location_assignment PIN_P6 -to y5[1]
set_location_assignment PIN_T2 -to y5[0]
set_location_assignment PIN_M4 -to y6[6]
set_location_assignment PIN_M5 -to y6[5]
set_location_assignment PIN_M3 -to y6[4]
set_location_assignment PIN_M2 -to y6[3]
set_location_assignment PIN_P3 -to y6[2]
set_location_assignment PIN_P4 -to y6[1]
set_location_assignment PIN_R2 -to y6[0]
set_global_assignment -name VECTOR_WAVEFORM_FILE jian.vwf
set_location_assignment PIN_AC22 -to S0[3]
set_location_assignment PIN_AB21 -to S0[2]
set_location_assignment PIN_AF23 -to S0[1]
set_location_assignment PIN_AE23 -to S0[0]
set_location_assignment PIN_AC21 -to S1[3]
set_location_assignment PIN_AD21 -to S1[2]
set_location_assignment PIN_AD23 -to S1[1]
set_location_assignment PIN_AD22 -to S1[0]
set_location_assignment PIN_AC14 -to S2
set_global_assignment -name SIMULATION_MODE FUNCTIONAL
set_global_assignment -name PARTITION_COLOR 2147039 -section_id Top
set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region"
set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
set_global_assignment -name VECTOR_WAVEFORM_FILE "E:/quartus/altera/Waveform1.vwf"
set_global_assignment -name INCREMENTAL_VECTOR_INPUT_SOURCE jian.vwf

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -