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

📄 top.qsf

📁 verilog语言写的一个四层电梯程序
💻 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
#		top_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 6.0
set_global_assignment -name PROJECT_CREATION_TIME_DATE "14:54:16  SEPTEMBER 03, 2007"
set_global_assignment -name LAST_QUARTUS_VERSION 6.0

# Pin & Location Assignments
# ==========================
set_location_assignment PIN_28 -to clk0
set_location_assignment PIN_139 -to In_num1
set_location_assignment PIN_138 -to In_num2
set_location_assignment PIN_137 -to In_num3
set_location_assignment PIN_136 -to In_num4
set_location_assignment PIN_135 -to Out_up1
set_location_assignment PIN_134 -to Out_up2
set_location_assignment PIN_133 -to Out_down2
set_location_assignment PIN_132 -to Out_up3
set_location_assignment PIN_166 -to Out_down3
set_location_assignment PIN_167 -to Out_down4
set_location_assignment PIN_168 -to Reset
set_location_assignment PIN_169 -to overweight
set_location_assignment PIN_170 -to Lock
set_location_assignment PIN_223 -to openled
set_location_assignment PIN_173 -to Alarm
set_location_assignment PIN_222 -to overweighted
set_location_assignment PIN_206 -to upled
set_location_assignment PIN_186 -to downled
set_location_assignment PIN_233 -to num1
set_location_assignment PIN_228 -to num2
set_location_assignment PIN_227 -to num3
set_location_assignment PIN_226 -to num4
set_location_assignment PIN_221 -to up1
set_location_assignment PIN_220 -to up2
set_location_assignment PIN_219 -to up3
set_location_assignment PIN_204 -to down2
set_location_assignment PIN_202 -to down3
set_location_assignment PIN_200 -to down4
set_location_assignment PIN_119 -to dp1[0]
set_location_assignment PIN_118 -to dp1[1]
set_location_assignment PIN_117 -to dp1[2]
set_location_assignment PIN_116 -to dp1[3]
set_location_assignment PIN_115 -to dp1[4]
set_location_assignment PIN_114 -to dp1[5]
set_location_assignment PIN_113 -to dp1[6]
set_location_assignment PIN_108 -to dp1[7]
set_location_assignment PIN_107 -to dp2[0]
set_location_assignment PIN_106 -to dp2[1]
set_location_assignment PIN_105 -to dp2[2]
set_location_assignment PIN_104 -to dp2[3]
set_location_assignment PIN_103 -to dp2[4]
set_location_assignment PIN_102 -to dp2[5]
set_location_assignment PIN_101 -to dp2[6]
set_location_assignment PIN_100 -to dp2[7]
set_location_assignment PIN_99 -to dp3[0]
set_location_assignment PIN_98 -to dp3[1]
set_location_assignment PIN_97 -to dp3[2]
set_location_assignment PIN_96 -to dp3[3]
set_location_assignment PIN_95 -to dp3[4]
set_location_assignment PIN_94 -to dp3[5]
set_location_assignment PIN_93 -to dp3[6]
set_location_assignment PIN_88 -to dp3[7]
set_location_assignment PIN_87 -to dp4[0]
set_location_assignment PIN_86 -to dp4[1]
set_location_assignment PIN_85 -to dp4[2]
set_location_assignment PIN_84 -to dp4[3]
set_location_assignment PIN_83 -to dp4[4]
set_location_assignment PIN_82 -to dp4[5]
set_location_assignment PIN_81 -to dp4[6]
set_location_assignment PIN_80 -to dp4[7]

# Analysis & Synthesis Assignments
# ================================
set_global_assignment -name FAMILY Cyclone
set_global_assignment -name TOP_LEVEL_ENTITY top

# Fitter Assignments
# ==================
set_global_assignment -name DEVICE EP1C6Q240C8
set_global_assignment -name CYCLONE_CONFIGURATION_SCHEME "PASSIVE SERIAL"
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1

# Simulator Assignments
# =====================
set_global_assignment -name SIMULATION_MODE TIMING
set_global_assignment -name GLITCH_DETECTION OFF
set_global_assignment -name END_TIME "20 us"
set_global_assignment -name VECTOR_INPUT_SOURCE top.vwf

set_global_assignment -name VERILOG_FILE ../显示模块/cout.v
set_global_assignment -name VERILOG_FILE ../状态机/Lift_comtrol_main.v
set_global_assignment -name VERILOG_FILE ../计数器/Num_Count.v
set_global_assignment -name BDF_FILE top.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE top.vwf
set_global_assignment -name BDF_FILE top1.bdf
set_global_assignment -name CDF_FILE top.cdf
set_location_assignment PIN_158 -to open
set_location_assignment PIN_159 -to close

⌨️ 快捷键说明

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