📄 alarm_clock.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
# 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 DEVICE EP1C6Q240C8
set_global_assignment -name FAMILY Cyclone
set_global_assignment -name TOP_LEVEL_ENTITY ALARM_CLOCK
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 7.1
set_global_assignment -name PROJECT_CREATION_TIME_DATE "10:49:55 MAY 10, 2008"
set_global_assignment -name LAST_QUARTUS_VERSION 7.1
set_global_assignment -name VHDL_FILE ALARM_CLOCK.vhd
set_global_assignment -name VHDL_FILE ALARM_CONTROLLER.vhd
set_global_assignment -name VHDL_FILE DECODER.vhd
set_global_assignment -name VHDL_FILE ALARM_COUNTER.vhd
set_global_assignment -name VHDL_FILE ALARM_REG.vhd
set_global_assignment -name VHDL_FILE DISPLAY_DRIVER.vhd
set_global_assignment -name VHDL_FILE FQ_DIVIDER.vhd
set_global_assignment -name VHDL_FILE P_ALARM.vhd
set_global_assignment -name VHDL_FILE key_buffer.vhd
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_instance_assignment -name PARTITION_HIERARCHY no_file_for_top_partition -to | -section_id Top
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_location_assignment PIN_2 -to alarm_button
set_location_assignment PIN_3 -to clk
set_location_assignment PIN_4 -to display[3][6]
set_location_assignment PIN_5 -to display[3][5]
set_location_assignment PIN_6 -to display[3][4]
set_location_assignment PIN_7 -to display[3][3]
set_location_assignment PIN_8 -to display[3][2]
set_location_assignment PIN_11 -to display[3][1]
set_location_assignment PIN_12 -to display[3][0]
set_location_assignment PIN_13 -to display[2][6]
set_location_assignment PIN_14 -to display[2][5]
set_location_assignment PIN_15 -to display[2][4]
set_location_assignment PIN_16 -to display[2][3]
set_location_assignment PIN_17 -to display[2][2]
set_location_assignment PIN_18 -to display[2][1]
set_location_assignment PIN_19 -to display[2][0]
set_location_assignment PIN_20 -to display[1][6]
set_location_assignment PIN_21 -to display[1][5]
set_location_assignment PIN_23 -to display[1][4]
set_location_assignment PIN_68 -to display[1][3]
set_location_assignment PIN_67 -to display[1][2]
set_location_assignment PIN_38 -to display[1][1]
set_location_assignment PIN_39 -to display[1][0]
set_location_assignment PIN_41 -to display[0][6]
set_location_assignment PIN_42 -to display[0][5]
set_location_assignment PIN_43 -to display[0][4]
set_location_assignment PIN_44 -to display[0][3]
set_location_assignment PIN_45 -to display[0][2]
set_location_assignment PIN_46 -to display[0][1]
set_location_assignment PIN_47 -to display[0][0]
set_location_assignment PIN_48 -to key_down
set_location_assignment PIN_49 -to keypad[9]
set_location_assignment PIN_50 -to keypad[8]
set_location_assignment PIN_53 -to keypad[7]
set_location_assignment PIN_54 -to keypad[6]
set_location_assignment PIN_55 -to keypad[5]
set_location_assignment PIN_56 -to keypad[4]
set_location_assignment PIN_57 -to keypad[3]
set_location_assignment PIN_58 -to keypad[2]
set_location_assignment PIN_59 -to keypad[1]
set_location_assignment PIN_60 -to keypad[0]
set_location_assignment PIN_61 -to reset
set_location_assignment PIN_62 -to sound_alarm
set_location_assignment PIN_63 -to time_button
set_global_assignment -name VECTOR_WAVEFORM_FILE ALARM_CLOCK.vwf
set_global_assignment -name SIMULATION_MODE FUNCTIONAL
set_global_assignment -name INCREMENTAL_VECTOR_INPUT_SOURCE ALARM_CLOCK.vwf
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
set_global_assignment -name VHDL_FILE led_display.vhd
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -