📄 lcd1602.qsf
字号:
# -------------------------------------------------------------------------- #
#
# Copyright (C) 1991-2009 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.
#
# -------------------------------------------------------------------------- #
#
# Quartus II
# Version 9.0 Build 235 06/17/2009 Service Pack 2 SJ Web Edition
# Date created = 12:32:38 December 09, 2009
#
# -------------------------------------------------------------------------- #
#
# Notes:
#
# 1) The default values for assignments are stored in the file:
# LCD1602_assignment_defaults.qdf
# If this file doesn't exist, see file:
# assignment_defaults.qdf
#
# 2) 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 "MAX II"
set_global_assignment -name DEVICE EPM240T100C5
set_global_assignment -name TOP_LEVEL_ENTITY LCD1602
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "9.0 SP2"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "12:32:38 DECEMBER 09, 2009"
set_global_assignment -name LAST_QUARTUS_VERSION "9.0 SP2"
set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
set_global_assignment -name POWER_EXT_SUPPLY_VOLTAGE_TO_REGULATOR 3.3V
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_global_assignment -name SEARCH_PATH LCD_CLK_function
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_location_assignment PIN_14 -to CLK
set_location_assignment PIN_28 -to RESET
set_location_assignment PIN_75 -to DIG[3]
set_location_assignment PIN_76 -to DIG[2]
set_location_assignment PIN_77 -to DIG[1]
set_location_assignment PIN_78 -to DIG[0]
set_location_assignment PIN_81 -to SEG[7]
set_location_assignment PIN_82 -to SEG[6]
set_location_assignment PIN_83 -to SEG[5]
set_location_assignment PIN_84 -to SEG[4]
set_location_assignment PIN_85 -to SEG[3]
set_location_assignment PIN_86 -to SEG[2]
set_location_assignment PIN_87 -to SEG[1]
set_location_assignment PIN_89 -to SEG[0]
set_location_assignment PIN_100 -to LED[0]
set_location_assignment PIN_99 -to LED[1]
set_location_assignment PIN_98 -to LED[2]
set_location_assignment PIN_97 -to LED[3]
set_location_assignment PIN_96 -to LED[4]
set_location_assignment PIN_95 -to LED[5]
set_location_assignment PIN_92 -to LED[6]
set_location_assignment PIN_91 -to LED[7]
set_location_assignment PIN_70 -to BEEP
set_location_assignment PIN_33 -to DS18B20
set_location_assignment PIN_27 -to RXD
set_location_assignment PIN_26 -to TXD
set_location_assignment PIN_34 -to PS2_CLK
set_location_assignment PIN_35 -to PS2_DAT
set_location_assignment PIN_42 -to COL[0]
set_location_assignment PIN_43 -to COL[1]
set_location_assignment PIN_44 -to COL[2]
set_location_assignment PIN_47 -to COL[3]
set_location_assignment PIN_41 -to ROW[0]
set_location_assignment PIN_40 -to ROW[1]
set_location_assignment PIN_38 -to ROW[2]
set_location_assignment PIN_36 -to ROW[3]
set_location_assignment PIN_1 -to RS
set_location_assignment PIN_2 -to R_W
set_location_assignment PIN_3 -to E
set_location_assignment PIN_4 -to DB[0]
set_location_assignment PIN_5 -to DB[1]
set_location_assignment PIN_6 -to DB[2]
set_location_assignment PIN_7 -to DB[3]
set_location_assignment PIN_8 -to DB[4]
set_location_assignment PIN_15 -to DB[5]
set_location_assignment PIN_16 -to DB[6]
set_location_assignment PIN_17 -to DB[7]
set_location_assignment PIN_18 -to CS[0]
set_location_assignment PIN_19 -to CS[1]
set_location_assignment PIN_20 -to _RET
set_global_assignment -name INCREMENTAL_VECTOR_INPUT_SOURCE LCD_CLK_function/LCD1602.vwf
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
set_global_assignment -name SIMULATION_MODE FUNCTIONAL
set_global_assignment -name VERILOG_FILE LCD_CLK_function/LCD_CLK.v
set_global_assignment -name TCL_SCRIPT_FILE Tcl_MAX240T.tcl
set_global_assignment -name VERILOG_FILE LCD1602_Dirver.v
set_global_assignment -name VECTOR_WAVEFORM_FILE LCD_CLK_function/LCD1602.vwf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -