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

📄 smartsopc_flash_programmer.qsf

📁 nios 嵌入式系统基础教程实验 创建目标板FLASH编程
💻 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
#		SmartSOPC_Flash_Programmer_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 ORIGINAL_QUARTUS_VERSION 4.0
set_global_assignment -name BDF_FILE SmartSOPC_Flash_Programmer_top.bdf
set_global_assignment -name LAST_QUARTUS_VERSION "5.0 SP1.04"

# Pin & Location Assignments
# ==========================
set_global_assignment -name RESERVE_PIN "AS INPUT TRI-STATED"
set_location_assignment PIN_23 -to D[0]
set_location_assignment PIN_39 -to D[1]
set_location_assignment PIN_41 -to D[2]
set_location_assignment PIN_42 -to D[3]
set_location_assignment PIN_43 -to D[4]
set_location_assignment PIN_44 -to D[5]
set_location_assignment PIN_45 -to D[6]
set_location_assignment PIN_46 -to D[7]
set_location_assignment PIN_7 -to D[8]
set_location_assignment PIN_6 -to D[9]
set_location_assignment PIN_5 -to D[10]
set_location_assignment PIN_1 -to D[11]
set_location_assignment PIN_2 -to D[12]
set_location_assignment PIN_3 -to D[13]
set_location_assignment PIN_4 -to D[14]
set_location_assignment PIN_240 -to D[15]
set_location_assignment PIN_55 -to A[0]
set_location_assignment PIN_16 -to A[1]
set_location_assignment PIN_17 -to A[2]
set_location_assignment PIN_18 -to A[3]
set_location_assignment PIN_19 -to A[4]
set_location_assignment PIN_20 -to A[5]
set_location_assignment PIN_48 -to A[6]
set_location_assignment PIN_49 -to A[7]
set_location_assignment PIN_50 -to A[8]
set_location_assignment PIN_53 -to A[9]
set_location_assignment PIN_54 -to A[10]
set_location_assignment PIN_15 -to A[11]
set_location_assignment PIN_14 -to A[12]
set_location_assignment PIN_13 -to A[13]
set_location_assignment PIN_12 -to A[14]
set_location_assignment PIN_11 -to A[15]
set_location_assignment PIN_237 -to A[16]
set_location_assignment PIN_236 -to A[17]
set_location_assignment PIN_235 -to A[18]
set_location_assignment PIN_8 -to A[19]
set_location_assignment PIN_57 -to A[20]
set_location_assignment PIN_58 -to A[21]
set_location_assignment PIN_59 -to A[22]
set_location_assignment PIN_47 -to nWE
set_location_assignment PIN_238 -to nOE
set_location_assignment PIN_60 -to FLASH_nCS1
set_location_assignment PIN_56 -to FLASH_nCS2
set_location_assignment PIN_152 -to FLASH_RnB
set_location_assignment PIN_29 -to SYS_nRST
set_location_assignment PIN_28 -to SYS_CLK0
set_location_assignment PIN_153 -to SYS_CLK1

# Analysis & Synthesis Assignments
# ================================
set_global_assignment -name TOP_LEVEL_ENTITY SmartSOPC_Flash_Programmer_top
set_global_assignment -name DEVICE_FILTER_PACKAGE "ANY QFP"
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 240
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 8
set_global_assignment -name FAMILY Cyclone

# Fitter Assignments
# ==================
set_global_assignment -name DEVICE EP1C6Q240C8
set_global_assignment -name STRATIX_CONFIGURATION_SCHEME "FAST PASSIVE PARALLEL"
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_global_assignment -name RESERVE_DATA0_AFTER_CONFIGURATION "USE AS REGULAR IO"
set_global_assignment -name RESERVE_ASDO_AFTER_CONFIGURATION "AS OUTPUT DRIVING AN UNSPECIFIED SIGNAL"
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD LVTTL
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1

# Assembler Assignments
# =====================
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"

⌨️ 快捷键说明

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