mcucpld.qsf

来自「51单片机开发与应用技术详解(珍藏版)PPT及源码」· QSF 代码 · 共 93 行

QSF
93
字号
# Copyright (C) 1991-2004 Altera Corporation
# Any  megafunction  design,  and related netlist (encrypted  or  decrypted),
# support information,  device programming or simulation file,  and any other
# associated  documentation or information  provided by  Altera  or a partner
# under  Altera's   Megafunction   Partnership   Program  may  be  used  only
# to program  PLD  devices (but not masked  PLD  devices) from  Altera.   Any
# other  use  of such  megafunction  design,  netlist,  support  information,
# device programming or simulation file,  or any other  related documentation
# or information  is prohibited  for  any  other purpose,  including, but not
# limited to  modification,  reverse engineering,  de-compiling, or use  with
# any other  silicon devices,  unless such use is  explicitly  licensed under
# a separate agreement with  Altera  or a megafunction partner.  Title to the
# intellectual property,  including patents,  copyrights,  trademarks,  trade
# secrets,  or maskworks,  embodied in any such megafunction design, netlist,
# support  information,  device programming or simulation file,  or any other
# related documentation or information provided by  Altera  or a megafunction
# partner, remains with Altera, the megafunction partner, or their respective
# licensors. No other licenses, including any licenses needed under any third
# party's intellectual property, are provided herein.


# The default values for assignments are stored in the file
#		MCUCPLD_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.2
set_global_assignment -name PROJECT_CREATION_TIME_DATE "21:00:55  DECEMBER 12, 2006"
set_global_assignment -name LAST_QUARTUS_VERSION 4.2
set_global_assignment -name VHDL_FILE MCUCPLD.vhd
set_global_assignment -name VECTOR_WAVEFORM_FILE MCUCPLD.vwf

# Pin & Location Assignments
# ==========================
set_location_assignment PIN_81 -to PA[0]
set_location_assignment PIN_80 -to PA[1]
set_location_assignment PIN_79 -to PA[2]
set_location_assignment PIN_77 -to PA[3]
set_location_assignment PIN_76 -to PA[4]
set_location_assignment PIN_75 -to PA[5]
set_location_assignment PIN_74 -to PA[6]
set_location_assignment PIN_73 -to PA[7]
set_location_assignment PIN_70 -to PB[0]
set_location_assignment PIN_69 -to PB[1]
set_location_assignment PIN_68 -to PB[2]
set_location_assignment PIN_67 -to PB[3]
set_location_assignment PIN_65 -to PB[4]
set_location_assignment PIN_64 -to PB[5]
set_location_assignment PIN_63 -to PB[6]
set_location_assignment PIN_61 -to PB[7]
set_location_assignment PIN_44 -to PC[0]
set_location_assignment PIN_45 -to PC[1]
set_location_assignment PIN_46 -to PC[2]
set_location_assignment PIN_48 -to PC[3]
set_location_assignment PIN_49 -to PC[4]
set_location_assignment PIN_50 -to PC[5]
set_location_assignment PIN_51 -to PC[6]
set_location_assignment PIN_52 -to PC[7]
set_location_assignment PIN_33 -to PD[0]
set_location_assignment PIN_34 -to PD[1]
set_location_assignment PIN_35 -to PD[2]
set_location_assignment PIN_36 -to PD[3]
set_location_assignment PIN_37 -to PD[4]
set_location_assignment PIN_39 -to PD[5]
set_location_assignment PIN_40 -to PD[6]
set_location_assignment PIN_41 -to PD[7]
set_location_assignment PIN_4 -to PP[0]
set_location_assignment PIN_5 -to PP[1]
set_location_assignment PIN_6 -to PP[2]
set_location_assignment PIN_8 -to PP[3]
set_location_assignment PIN_9 -to PP[4]
set_location_assignment PIN_10 -to PP[5]
set_location_assignment PIN_11 -to PP[6]
set_location_assignment PIN_12 -to PP[7]
set_location_assignment PIN_15 -to PSel[0]
set_location_assignment PIN_16 -to PSel[1]

# Analysis & Synthesis Assignments
# ================================
set_global_assignment -name FAMILY MAX7000S
set_global_assignment -name TOP_LEVEL_ENTITY MCUCPLD

# Fitter Assignments
# ==================
set_global_assignment -name DEVICE "EPM7128SLC84-15"

⌨️ 快捷键说明

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