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

📄 smallcore.qsf

📁 嵌入式系统实验教程(一)中对应的实验内容
💻 QSF
字号:
# Copyright (C) 1991-2005 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 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
#		SmallCore_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.


# Project-Wide Assignments
# ========================
set_global_assignment -name INCREMENTAL_COMPILATION INCREMENTAL_SYNTHESIS
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "5.0 SP1.04"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "10:26:32  DECEMBER 20, 2005"
set_global_assignment -name LAST_QUARTUS_VERSION "5.0 SP1"
set_global_assignment -name BDF_FILE SmallCore.bdf

# Pin & Location Assignments
# ==========================
set_global_assignment -name RESERVE_PIN "AS INPUT TRI-STATED"
set_location_assignment PIN_184 -to SDRAM_A[0]
set_location_assignment PIN_183 -to SDRAM_A[1]
set_location_assignment PIN_182 -to SDRAM_A[2]
set_location_assignment PIN_181 -to SDRAM_A[3]
set_location_assignment PIN_179 -to SDRAM_A[4]
set_location_assignment PIN_180 -to SDRAM_A[5]
set_location_assignment PIN_187 -to SDRAM_A[6]
set_location_assignment PIN_188 -to SDRAM_A[7]
set_location_assignment PIN_193 -to SDRAM_A[8]
set_location_assignment PIN_194 -to SDRAM_A[9]
set_location_assignment PIN_185 -to SDRAM_A[10]
set_location_assignment PIN_195 -to SDRAM_A[11]
set_location_assignment PIN_196 -to SDRAM_A[12]
set_location_assignment PIN_226 -to SDRAM_D[0]
set_location_assignment PIN_225 -to SDRAM_D[1]
set_location_assignment PIN_224 -to SDRAM_D[2]
set_location_assignment PIN_223 -to SDRAM_D[3]
set_location_assignment PIN_222 -to SDRAM_D[4]
set_location_assignment PIN_215 -to SDRAM_D[5]
set_location_assignment PIN_214 -to SDRAM_D[6]
set_location_assignment PIN_213 -to SDRAM_D[7]
set_location_assignment PIN_216 -to SDRAM_D[8]
set_location_assignment PIN_217 -to SDRAM_D[9]
set_location_assignment PIN_218 -to SDRAM_D[10]
set_location_assignment PIN_219 -to SDRAM_D[11]
set_location_assignment PIN_227 -to SDRAM_D[12]
set_location_assignment PIN_228 -to SDRAM_D[13]
set_location_assignment PIN_233 -to SDRAM_D[14]
set_location_assignment PIN_234 -to SDRAM_D[15]
set_location_assignment PIN_197 -to SDRAM_BA[0]
set_location_assignment PIN_186 -to SDRAM_BA[1]
set_location_assignment PIN_207 -to SDRAM_DQM[0]
set_location_assignment PIN_208 -to SDRAM_DQM[1]
set_location_assignment PIN_202 -to SDRAM_nRAS
set_location_assignment PIN_203 -to SDRAM_nCAS
set_location_assignment PIN_206 -to SDRAM_nWE
set_location_assignment PIN_144 -to SDRAM_CLK
set_location_assignment PIN_201 -to SDRAM_CKE
set_location_assignment PIN_200 -to SDRAM_nCS[0]
set_location_assignment PIN_235 -to SDRAM_nCS[1]
set_location_assignment PIN_28 -to SYS_CLK0
set_location_assignment PIN_153 -to SYS_CLK2
set_location_assignment PIN_152 -to SYS_nRST
set_location_assignment PIN_50 -to LED_PIO[0]
set_location_assignment PIN_53 -to LED_PIO[1]
set_location_assignment PIN_54 -to LED_PIO[2]
set_location_assignment PIN_55 -to LED_PIO[3]
set_location_assignment PIN_176 -to LED_PIO[4]
set_location_assignment PIN_47 -to LED_PIO[5]
set_location_assignment PIN_48 -to LED_PIO[6]
set_location_assignment PIN_49 -to LED_PIO[7]

# Analysis & Synthesis Assignments
# ================================
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 8
set_global_assignment -name FAMILY Cyclone
set_global_assignment -name TOP_LEVEL_ENTITY SmallCore

# Fitter Assignments
# ==================
set_global_assignment -name DEVICE EP1C6Q240C8
set_global_assignment -name USER_START_UP_CLOCK OFF
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_global_assignment -name ENABLE_INIT_DONE_OUTPUT OFF
set_global_assignment -name RESERVE_ASDO_AFTER_CONFIGURATION "AS OUTPUT DRIVING AN UNSPECIFIED SIGNAL"
set_global_assignment -name OPTIMIZE_FAST_CORNER_TIMING ON
set_global_assignment -name FITTER_EFFORT "FAST FIT"
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1

# Assembler Assignments
# =====================
set_global_assignment -name USE_CHECKSUM_AS_USERCODE OFF
set_global_assignment -name CYCLONE_CONFIGURATION_DEVICE EPCS1
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
set_global_assignment -name AUTO_RESTART_CONFIGURATION ON

# -----------------------
# start ENTITY(SmallCore)


	# ---------------------------
	# start DESIGN_PARTITION(Top)

		# Incremental Compilation Assignments
		# ===================================
		set_instance_assignment -name PARTITION_HIERARCHY no_file_for_top_partition -to | -section_id Top
		set_global_assignment -name PARTITION_NETLIST_TYPE POST_SYNTH -section_id Top

	# end DESIGN_PARTITION(Top)
	# -------------------------

# end ENTITY(SmallCore)
# ---------------------

⌨️ 快捷键说明

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