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

📄 phone.qsf

📁 卡式计费电话电路,用verilogHDL编写,主要完成模拟真实电话的功能
💻 QSF
字号:
# 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
#		phone_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.


# Project-Wide Assignments
# ========================
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 4.2
set_global_assignment -name PROJECT_CREATION_TIME_DATE "20:36:20  APRIL 24, 2005"
set_global_assignment -name LAST_QUARTUS_VERSION "5.0 SP1"
set_global_assignment -name SIGNALTAP_FILE phone.stp
set_global_assignment -name VERILOG_FILE account1.v
set_global_assignment -name VERILOG_FILE clkdiv.v
set_global_assignment -name VERILOG_FILE account.v
set_global_assignment -name BDF_FILE account_top.bdf
set_global_assignment -name VERILOG_FILE abc.v
set_global_assignment -name VECTOR_WAVEFORM_FILE abc.vwf
set_global_assignment -name VERILOG_FILE account2.v
set_global_assignment -name VERILOG_FILE p7segment_new.v
set_global_assignment -name VECTOR_WAVEFORM_FILE phone.vwf
set_global_assignment -name VECTOR_WAVEFORM_FILE account2.vwf

# Pin & Location Assignments
# ==========================
set_location_assignment PIN_28 -to clk
set_location_assignment PIN_233 -to card
set_location_assignment PIN_234 -to state
set_location_assignment PIN_235 -to decide[1]
set_location_assignment PIN_236 -to decide[0]
set_location_assignment PIN_133 -to dispmoneylow[0]
set_location_assignment PIN_134 -to dispmoneylow[1]
set_location_assignment PIN_135 -to dispmoneylow[2]
set_location_assignment PIN_136 -to dispmoneylow[3]
set_location_assignment PIN_141 -to dismoneyhigh[0]
set_location_assignment PIN_158 -to dismoneyhigh[1]
set_location_assignment PIN_159 -to dismoneyhigh[2]
set_location_assignment PIN_160 -to dismoneyhigh[3]
set_location_assignment PIN_137 -to dispmoneymid[0]
set_location_assignment PIN_138 -to dispmoneymid[1]
set_location_assignment PIN_139 -to dispmoneymid[2]
set_location_assignment PIN_140 -to dispmoneymid[3]
set_location_assignment PIN_1 -to write
set_location_assignment PIN_2 -to read
set_location_assignment PIN_3 -to warn
set_location_assignment PIN_4 -to cut
set_location_assignment PIN_13 -to disptimelow[0]
set_location_assignment PIN_14 -to disptimelow[1]
set_location_assignment PIN_15 -to disptimelow[2]
set_location_assignment PIN_16 -to disptimelow[3]
set_location_assignment PIN_17 -to disptimehigh[0]
set_location_assignment PIN_18 -to disptimehigh[1]
set_location_assignment PIN_19 -to disptimehigh[2]
set_location_assignment PIN_20 -to disptimehigh[3]
set_location_assignment PIN_237 -to set_money_low
set_location_assignment PIN_238 -to set_money_high
set_location_assignment PIN_7 -to decede_out[0]
set_location_assignment PIN_8 -to decide_out[1]
set_location_assignment PIN_6 -to stateout

# Analysis & Synthesis Assignments
# ================================
set_global_assignment -name FAMILY Cyclone
set_global_assignment -name TOP_LEVEL_ENTITY account_top

# Fitter Assignments
# ==================
set_global_assignment -name DEVICE EP1C12Q240C8
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1

# Simulator Assignments
# =====================
set_global_assignment -name SIMULATION_MODE FUNCTIONAL
set_global_assignment -name VECTOR_INPUT_SOURCE account2.vwf

# SignalTap II Assignments
# ========================
set_global_assignment -name ENABLE_SIGNALTAP On
set_global_assignment -name USE_SIGNALTAP_FILE phone.stp

⌨️ 快捷键说明

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