📄 alarm_clock.qsf
字号:
# Copyright (C) 1991-2006 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
# alarm_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.
set_global_assignment -name FAMILY "Cyclone II"
set_global_assignment -name DEVICE EP2C35F672C6
set_global_assignment -name TOP_LEVEL_ENTITY alarm_clock
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 6.0
set_global_assignment -name PROJECT_CREATION_TIME_DATE "15:13:19 OCTOBER 05, 2008"
set_global_assignment -name LAST_QUARTUS_VERSION 6.0
set_global_assignment -name USER_LIBRARIES "E:\\SOPClab\\digital_system_design\\traffic_controller/"
set_global_assignment -name VHDL_FILE alarm_clock.vhd
set_global_assignment -name VHDL_FILE p_alarm.vhd
set_global_assignment -name VHDL_FILE key_buffer/key_buffer.vhd
set_global_assignment -name VHDL_FILE fq_divider/fq_divider.vhd
set_global_assignment -name VHDL_FILE display_driver/display_driver.vhd
set_global_assignment -name VHDL_FILE decoder/decoder.vhd
set_global_assignment -name VHDL_FILE alarm_reg/alarm_reg.vhd
set_global_assignment -name VHDL_FILE alarm_counter/alarm_counter.vhd
set_global_assignment -name VHDL_FILE alarm_controller/alarm_controller.vhd
set_global_assignment -name VHDL_FILE "E:\\SOPClab\\digital_system_design\\alarm_system\\alarm_clock.vhd"
set_location_assignment PIN_V2 -to alarm_button
set_location_assignment PIN_N2 -to clk
set_location_assignment PIN_V1 -to time_button
set_location_assignment PIN_U4 -to reset
set_location_assignment PIN_U3 -to key_down
set_location_assignment PIN_N25 -to keypad[0]
set_location_assignment PIN_N26 -to keypad[1]
set_location_assignment PIN_P25 -to keypad[2]
set_location_assignment PIN_AE14 -to keypad[3]
set_location_assignment PIN_AF14 -to keypad[4]
set_location_assignment PIN_AD13 -to keypad[5]
set_location_assignment PIN_AC13 -to keypad[6]
set_location_assignment PIN_C13 -to keypad[7]
set_location_assignment PIN_B13 -to keypad[8]
set_location_assignment PIN_A13 -to keypad[9]
set_location_assignment PIN_AE22 -to sound_alarm
set_location_assignment PIN_AF10 -to display[0][0]
set_location_assignment PIN_AB12 -to display[0][1]
set_location_assignment PIN_AC12 -to display[0][2]
set_location_assignment PIN_AD11 -to display[0][3]
set_location_assignment PIN_AE11 -to display[0][4]
set_location_assignment PIN_V14 -to display[0][5]
set_location_assignment PIN_V13 -to display[0][6]
set_location_assignment PIN_V20 -to display[1][0]
set_location_assignment PIN_V21 -to display[1][1]
set_location_assignment PIN_W21 -to display[1][2]
set_location_assignment PIN_Y22 -to display[1][3]
set_location_assignment PIN_AA24 -to display[1][4]
set_location_assignment PIN_AA23 -to display[1][5]
set_location_assignment PIN_AB24 -to display[1][6]
set_location_assignment PIN_AB23 -to display[2][0]
set_location_assignment PIN_V22 -to display[2][1]
set_location_assignment PIN_AC25 -to display[2][2]
set_location_assignment PIN_AC26 -to display[2][3]
set_location_assignment PIN_AB26 -to display[2][4]
set_location_assignment PIN_AB25 -to display[2][5]
set_location_assignment PIN_Y24 -to display[2][6]
set_location_assignment PIN_Y23 -to display[3][0]
set_location_assignment PIN_AA25 -to display[3][1]
set_location_assignment PIN_AA26 -to display[3][2]
set_location_assignment PIN_Y26 -to display[3][3]
set_location_assignment PIN_Y25 -to display[3][4]
set_location_assignment PIN_U22 -to display[3][5]
set_location_assignment PIN_W24 -to display[3][6]
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_global_assignment -name VECTOR_WAVEFORM_FILE alarm_controller/alarm_clock.vwf
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
set_location_assignment PIN_P1 -to aa
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -