division.qsf
来自「很实用的一个分频带码」· QSF 代码 · 共 69 行
QSF
69 行
# 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
# division_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 FLEX10K
set_global_assignment -name DEVICE "EPF10K10LC84-4"
set_global_assignment -name TOP_LEVEL_ENTITY division
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 5.1
set_global_assignment -name PROJECT_CREATION_TIME_DATE "13:13:39 NOVEMBER 20, 2007"
set_global_assignment -name LAST_QUARTUS_VERSION 5.1
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 84
set_global_assignment -name VHDL_FILE "H:\\实验程序of yys\\EDA_design\\division\\division.vhd"
set_global_assignment -name VHDL_FILE any_even.vhd
set_global_assignment -name VHDL_FILE any_odd.vhd
set_global_assignment -name VHDL_FILE decoder.vhd
set_global_assignment -name VECTOR_WAVEFORM_FILE division.vwf
set_location_assignment PIN_3 -to input[0]
set_location_assignment PIN_5 -to input[1]
set_location_assignment PIN_6 -to input[2]
set_location_assignment PIN_7 -to input[3]
set_location_assignment PIN_8 -to input[4]
set_location_assignment PIN_9 -to input[5]
set_location_assignment PIN_10 -to input[6]
set_location_assignment PIN_11 -to input[7]
set_location_assignment PIN_25 -to led1[0]
set_location_assignment PIN_27 -to led1[1]
set_location_assignment PIN_28 -to led1[2]
set_location_assignment PIN_29 -to led1[3]
set_location_assignment PIN_30 -to led1[4]
set_location_assignment PIN_35 -to led1[5]
set_location_assignment PIN_36 -to led1[6]
set_location_assignment PIN_38 -to led2[0]
set_location_assignment PIN_39 -to led2[1]
set_location_assignment PIN_47 -to led2[2]
set_location_assignment PIN_48 -to led2[3]
set_location_assignment PIN_49 -to led2[4]
set_location_assignment PIN_50 -to led2[5]
set_location_assignment PIN_51 -to led2[6]
set_location_assignment PIN_65 -to led3[0]
set_location_assignment PIN_66 -to led3[1]
set_location_assignment PIN_67 -to led3[2]
set_location_assignment PIN_69 -to led3[3]
set_location_assignment PIN_70 -to led3[4]
set_location_assignment PIN_71 -to led3[5]
set_location_assignment PIN_72 -to led3[6]
set_location_assignment PIN_42 -to clk
set_location_assignment PIN_53 -to clk_out
set_location_assignment PIN_54 -to clk_com
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?