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

📄 timer.qsf

📁 能够实现小时(24进制)、分钟和秒钟(60进制)的计数功能 具有复位功能 功能扩展:具有整点报时提示、定时闹钟等功能
💻 QSF
字号:
# Copyright (C) 1991-2007 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 from 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
#		timer_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.


set_global_assignment -name FAMILY "Cyclone II"
set_global_assignment -name DEVICE EP2C35F672C6
set_global_assignment -name TOP_LEVEL_ENTITY TIMER
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "7.2 SP1"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "20:10:18  NOVEMBER 12, 2008"
set_global_assignment -name LAST_QUARTUS_VERSION "7.2 SP1"
set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_palace
set_global_assignment -name VHDL_FILE DTIMER.vhd
set_global_assignment -name VECTOR_WAVEFORM_FILE timer.vwf
set_global_assignment -name VHDL_FILE FTIMER.vhd
set_global_assignment -name VHDL_FILE DLED.vhd
set_global_assignment -name VHDL_FILE TIMER.vhd
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_global_assignment -name PARTITION_COLOR 2147039 -section_id Top
set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region"
set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
set_instance_assignment -name PARTITION_HIERARCHY no_file_for_top_partition -to | -section_id Top
set_location_assignment PIN_N2 -to iclk
set_location_assignment PIN_V2 -to iNF
set_location_assignment PIN_G26 -to iRst
set_location_assignment PIN_N1 -to iSHou[4]
set_location_assignment PIN_A13 -to iSHou[3]
set_location_assignment PIN_B13 -to iSHou[2]
set_location_assignment PIN_C13 -to iSHou[1]
set_location_assignment PIN_AC13 -to iSHou[0]
set_location_assignment PIN_AD13 -to iSMin[5]
set_location_assignment PIN_AF14 -to iSMin[4]
set_location_assignment PIN_AE14 -to iSMin[3]
set_location_assignment PIN_P25 -to iSMin[2]
set_location_assignment PIN_N26 -to iSMin[1]
set_location_assignment PIN_N25 -to iSMin[0]
set_location_assignment PIN_AE23 -to oHouR
set_location_assignment PIN_R3 -to oLHou[13]
set_location_assignment PIN_R4 -to oLHou[12]
set_location_assignment PIN_R5 -to oLHou[11]
set_location_assignment PIN_T9 -to oLHou[10]
set_location_assignment PIN_P7 -to oLHou[9]
set_location_assignment PIN_P6 -to oLHou[8]
set_location_assignment PIN_T2 -to oLHou[7]
set_location_assignment PIN_T3 -to oLHou[6]
set_location_assignment PIN_R6 -to oLHou[5]
set_location_assignment PIN_R7 -to oLHou[4]
set_location_assignment PIN_T4 -to oLHou[3]
set_location_assignment PIN_U2 -to oLHou[2]
set_location_assignment PIN_U1 -to oLHou[1]
set_location_assignment PIN_U9 -to oLHou[0]
set_location_assignment PIN_W24 -to oLMin[13]
set_location_assignment PIN_U22 -to oLMin[12]
set_location_assignment PIN_Y25 -to oLMin[11]
set_location_assignment PIN_Y26 -to oLMin[10]
set_location_assignment PIN_AA26 -to oLMin[9]
set_location_assignment PIN_AA25 -to oLMin[8]
set_location_assignment PIN_Y23 -to oLMin[7]
set_location_assignment PIN_Y24 -to oLMin[6]
set_location_assignment PIN_AB25 -to oLMin[5]
set_location_assignment PIN_AB26 -to oLMin[4]
set_location_assignment PIN_AC26 -to oLMin[3]
set_location_assignment PIN_AC25 -to oLMin[2]
set_location_assignment PIN_V22 -to oLMin[1]
set_location_assignment PIN_AB23 -to oLMin[0]
set_location_assignment PIN_AB24 -to oLSec[13]
set_location_assignment PIN_AA23 -to oLSec[12]
set_location_assignment PIN_AA24 -to oLSec[11]
set_location_assignment PIN_Y22 -to oLSec[10]
set_location_assignment PIN_W21 -to oLSec[9]
set_location_assignment PIN_V21 -to oLSec[8]
set_location_assignment PIN_V20 -to oLSec[7]
set_location_assignment PIN_V13 -to oLSec[6]
set_location_assignment PIN_V14 -to oLSec[5]
set_location_assignment PIN_AE11 -to oLSec[4]
set_location_assignment PIN_AD11 -to oLSec[3]
set_location_assignment PIN_AC12 -to oLSec[2]
set_location_assignment PIN_AB12 -to oLSec[1]
set_location_assignment PIN_AF10 -to oLSec[0]
set_location_assignment PIN_AF23 -to oRing

⌨️ 快捷键说明

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