📄 ram.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
# ram_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 EP2C20Q240C8
set_global_assignment -name FAMILY "Cyclone II"
set_global_assignment -name TOP_LEVEL_ENTITY ram
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 7.0
set_global_assignment -name PROJECT_CREATION_TIME_DATE "21:16:42 APRIL 16, 2009"
set_global_assignment -name LAST_QUARTUS_VERSION 7.0
set_global_assignment -name VHDL_FILE add.vhd
set_global_assignment -name BDF_FILE ram.bdf
set_location_assignment PIN_51 -to addr[5]
set_location_assignment PIN_52 -to addr[4]
set_location_assignment PIN_54 -to addr[3]
set_location_assignment PIN_55 -to addr[2]
set_location_assignment PIN_56 -to addr[1]
set_location_assignment PIN_16 -to ce
set_location_assignment PIN_65 -to data[14]
set_location_assignment PIN_66 -to data[13]
set_location_assignment PIN_67 -to data[12]
set_location_assignment PIN_68 -to data[11]
set_location_assignment PIN_70 -to data[10]
set_location_assignment PIN_72 -to data[9]
set_location_assignment PIN_73 -to data[8]
set_location_assignment PIN_78 -to data[7]
set_location_assignment PIN_79 -to data[6]
set_location_assignment PIN_80 -to data[5]
set_location_assignment PIN_84 -to data[4]
set_location_assignment PIN_86 -to data[3]
set_location_assignment PIN_87 -to data[2]
set_location_assignment PIN_88 -to data[1]
set_location_assignment PIN_90 -to data[0]
set_location_assignment PIN_126 -to q[0]
set_location_assignment PIN_128 -to q[1]
set_location_assignment PIN_130 -to q[2]
set_location_assignment PIN_132 -to q[3]
set_location_assignment PIN_135 -to q[4]
set_location_assignment PIN_137 -to q[5]
set_location_assignment PIN_140 -to q[6]
set_location_assignment PIN_156 -to q[7]
set_location_assignment PIN_159 -to q[8]
set_location_assignment PIN_162 -to q[9]
set_location_assignment PIN_165 -to q[10]
set_location_assignment PIN_167 -to q[11]
set_location_assignment PIN_170 -to q[12]
set_location_assignment PIN_173 -to q[13]
set_location_assignment PIN_175 -to q[14]
set_location_assignment PIN_178 -to q[15]
set_location_assignment PIN_15 -to wr
set_location_assignment PIN_209 -to out_clk
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_location_assignment PIN_50 -to addr[6]
set_location_assignment PIN_49 -to addr[7]
set_location_assignment PIN_11 -to in_clk
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
set_location_assignment PIN_64 -to data[15]
set_instance_assignment -name PARTITION_HIERARCHY no_file_for_top_partition -to | -section_id Top
set_global_assignment -name VECTOR_WAVEFORM_FILE ram.vwf
set_global_assignment -name SIGNALTAP_FILE stp1.stp
set_global_assignment -name ENABLE_SIGNALTAP ON
set_global_assignment -name USE_SIGNALTAP_FILE stp1.stp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -