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

📄 transmitter.qsf

📁 自定义编码的红外发射器
💻 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
#		transmitter_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 "EPF10K20TC144-4"
set_global_assignment -name TOP_LEVEL_ENTITY transmitter
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 6.0
set_global_assignment -name PROJECT_CREATION_TIME_DATE "15:54:15  NOVEMBER 08, 2006"
set_global_assignment -name LAST_QUARTUS_VERSION 6.0
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 144
set_global_assignment -name VHDL_FILE clk_generate.vhd
set_global_assignment -name VHDL_FILE code.vhd
set_global_assignment -name VHDL_FILE key_boar_in.vhd
set_global_assignment -name BDF_FILE transmitter.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE transmitter.vwf
set_global_assignment -name FLEX10K_CONFIGURATION_DEVICE EPC1441
set_global_assignment -name ON_CHIP_BITSTREAM_DECOMPRESSION OFF
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_global_assignment -name FLEX10K_DEVICE_IO_STANDARD TTL
set_location_assignment PIN_55 -to clk
set_location_assignment PIN_20 -to reset
set_location_assignment PIN_135 -to ready
set_location_assignment PIN_80 -to key_in[12]
set_location_assignment PIN_81 -to key_in[11]
set_location_assignment PIN_82 -to key_in[10]
set_location_assignment PIN_83 -to key_in[9]
set_location_assignment PIN_86 -to key_in[8]
set_location_assignment PIN_68 -to key_in[7]
set_location_assignment PIN_78 -to key_in[6]
set_location_assignment PIN_73 -to key_in[5]
set_location_assignment PIN_138 -to key_clk
set_location_assignment PIN_9 -to send
set_global_assignment -name CDF_FILE "E:\\my_design\\PLD_design\\01_transmitter\\transmitter.cdf"
set_location_assignment PIN_8 -to osc
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
set_global_assignment -name CDF_FILE "D:\\My_design\\01_transmitter\\transmitter.cdf"
set_location_assignment PIN_79 -to key_in[1]
set_location_assignment PIN_69 -to key_in[2]
set_location_assignment PIN_70 -to key_in[3]
set_location_assignment PIN_72 -to key_in[4]
set_location_assignment PIN_29 -to fre_set[0]
set_location_assignment PIN_30 -to fre_set[1]
set_location_assignment PIN_31 -to fre_set[2]
set_location_assignment PIN_32 -to fre_set[3]
set_location_assignment PIN_33 -to fre_set[4]
set_location_assignment PIN_36 -to fre_set[5]
set_global_assignment -name CDF_FILE "D:\\01_transmitter\\transmitter.cdf"
set_location_assignment PIN_136 -to ready1
set_global_assignment -name VHDL_FILE LED_SET.vhdl
set_location_assignment PIN_37 -to SET_LED[0]
set_location_assignment PIN_38 -to SET_LED[1]
set_location_assignment PIN_46 -to send_out[0]
set_location_assignment PIN_44 -to send_out[1]
set_location_assignment PIN_43 -to send_out[2]
set_location_assignment PIN_42 -to send_out[3]
set_location_assignment PIN_41 -to send_out[4]
set_location_assignment PIN_39 -to send_out[5]
set_location_assignment PIN_28 -to send_out[6]

⌨️ 快捷键说明

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