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

📄 sram.qsf

📁 this is a sample about SRAM read/write transmission,it s default installation is D:RedLogicRCII_samp
💻 QSF
📖 第 1 页 / 共 2 页
字号:
# 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
#		SRAM_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 SP1"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "23:02:03  MAY 08, 2005"
set_global_assignment -name LAST_QUARTUS_VERSION 5.0
set_global_assignment -name VERILOG_FILE ../Src/sram_test.v
set_global_assignment -name SIGNALTAP_FILE sram_test.stp
set_global_assignment -name SIGNALTAP_FILE "D:\\RedLogic\\RCII_samples\\SRAM\\Proj\\sram_test.stp"

# Pin & Location Assignments
# ==========================
set_location_assignment PIN_135 -to sram_ab[0]
set_location_assignment PIN_128 -to sram_ab[1]
set_location_assignment PIN_127 -to sram_ab[2]
set_location_assignment PIN_126 -to sram_ab[3]
set_location_assignment PIN_125 -to sram_ab[4]
set_location_assignment PIN_124 -to sram_ab[5]
set_location_assignment PIN_98 -to sram_ab[6]
set_location_assignment PIN_95 -to sram_ab[7]
set_location_assignment PIN_94 -to sram_ab[8]
set_location_assignment PIN_93 -to sram_ab[9]
set_location_assignment PIN_88 -to sram_ab[10]
set_location_assignment PIN_106 -to sram_ab[11]
set_location_assignment PIN_107 -to sram_ab[12]
set_location_assignment PIN_108 -to sram_ab[13]
set_location_assignment PIN_114 -to sram_ab[14]
set_location_assignment PIN_113 -to sram_ab[15]
set_location_assignment PIN_132 -to sram_ab[16]
set_location_assignment PIN_133 -to sram_ab[17]
set_location_assignment PIN_122 -to sram_db[0]
set_location_assignment PIN_121 -to sram_db[1]
set_location_assignment PIN_120 -to sram_db[2]
set_location_assignment PIN_119 -to sram_db[3]
set_location_assignment PIN_105 -to sram_db[4]
set_location_assignment PIN_104 -to sram_db[5]
set_location_assignment PIN_101 -to sram_db[6]
set_location_assignment PIN_100 -to sram_db[7]
set_location_assignment PIN_78 -to sram_db[8]
set_location_assignment PIN_79 -to sram_db[9]
set_location_assignment PIN_82 -to sram_db[10]
set_location_assignment PIN_83 -to sram_db[11]
set_location_assignment PIN_84 -to sram_db[12]
set_location_assignment PIN_85 -to sram_db[13]
set_location_assignment PIN_86 -to sram_db[14]
set_location_assignment PIN_87 -to sram_db[15]
set_location_assignment PIN_153 -to clkin
set_location_assignment PIN_131 -to rst
set_location_assignment PIN_118 -to sram_rd
set_location_assignment PIN_99 -to sram_wr
set_location_assignment PIN_8 -to task_finish
set_location_assignment PIN_7 -to task_start
set_location_assignment PIN_116 -to sram_be[0]
set_location_assignment PIN_117 -to sram_be[1]
set_location_assignment PIN_123 -to sram_cs

# Analysis & Synthesis Assignments
# ================================
set_global_assignment -name DEVICE_FILTER_PACKAGE PQFP
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 240
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 8
set_global_assignment -name FAMILY Cyclone
set_global_assignment -name TOP_LEVEL_ENTITY sram_test

# Fitter Assignments
# ==================
set_global_assignment -name DEVICE EP1C12Q240C8
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_global_assignment -name RESERVE_ASDO_AFTER_CONFIGURATION "AS OUTPUT DRIVING AN UNSPECIFIED SIGNAL"
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1

# Assembler Assignments
# =====================
set_global_assignment -name ON_CHIP_BITSTREAM_DECOMPRESSION OFF
set_global_assignment -name CYCLONE_CONFIGURATION_DEVICE EPCS4
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"

# SignalTap II Assignments
# ========================
set_global_assignment -name ENABLE_SIGNALTAP On
set_global_assignment -name USE_SIGNALTAP_FILE "D:\\RedLogic\\RCII_samples\\SRAM\\Proj\\sram_test.stp"

⌨️ 快捷键说明

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