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

📄 clock.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
#		clock_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 5.0
set_global_assignment -name PROJECT_CREATION_TIME_DATE "08:23:28  JANUARY 18, 2008"
set_global_assignment -name LAST_QUARTUS_VERSION 5.0
set_global_assignment -name SOURCE_FILE clock
set_global_assignment -name VHDL_FILE alert.vhd
set_global_assignment -name VHDL_FILE display.vhd
set_global_assignment -name VHDL_FILE hour.vhd
set_global_assignment -name VHDL_FILE minsecond.vhd
set_global_assignment -name VHDL_FILE minsecondb.vhd
set_global_assignment -name VHDL_FILE minute.vhd
set_global_assignment -name VHDL_FILE second.vhd
set_global_assignment -name VHDL_FILE seltime.vhd
set_global_assignment -name BDF_FILE clock.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE clock.vwf
set_global_assignment -name VHDL_FILE yiqianfp.vhd
set_global_assignment -name VECTOR_WAVEFORM_FILE yiqianfp.vwf
set_global_assignment -name VHDL_FILE wushifp.vhd
set_global_assignment -name VECTOR_WAVEFORM_FILE wushifp.vwf
set_global_assignment -name VHDL_FILE weisel.vhd
set_global_assignment -name VECTOR_WAVEFORM_FILE weisel.vwf
set_global_assignment -name VECTOR_WAVEFORM_FILE second.vwf
set_global_assignment -name VECTOR_WAVEFORM_FILE Waveform1.vwf
set_global_assignment -name VECTOR_WAVEFORM_FILE Waveform2.vwf
set_global_assignment -name VECTOR_WAVEFORM_FILE clock2.vwf

# Pin & Location Assignments
# ==========================
set_location_assignment PIN_167 -to CLR
set_location_assignment PIN_168 -to STOP
set_location_assignment PIN_214 -to q[0]
set_location_assignment PIN_213 -to q[1]
set_location_assignment PIN_207 -to q[2]
set_location_assignment PIN_206 -to q[3]
set_location_assignment PIN_203 -to q[4]
set_location_assignment PIN_215 -to q[5]
set_location_assignment PIN_216 -to q[6]
set_location_assignment PIN_223 -to sel[0]
set_location_assignment PIN_224 -to sel[1]
set_location_assignment PIN_225 -to sel[2]
set_location_assignment PIN_28 -to CLK_50
set_location_assignment PIN_1 -to reset
set_location_assignment PIN_226 -to sel[3]
set_location_assignment PIN_217 -to sel[4]
set_location_assignment PIN_218 -to sel[5]
set_location_assignment PIN_219 -to sel[6]
set_location_assignment PIN_222 -to sel[7]
set_location_assignment PIN_164 -to SEThour

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

# Fitter Assignments
# ==================
set_global_assignment -name DEVICE EP1C6Q240C8
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
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"

# Simulator Assignments
# =====================
set_global_assignment -name SIMULATION_MODE FUNCTIONAL
set_global_assignment -name VECTOR_INPUT_SOURCE clock2.vwf

⌨️ 快捷键说明

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