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

📄 test.qsf

📁 基于QUARTUSII软件 实现FPGA(ATERA CYCLONE II系列)与SD卡SD模式通信源码
💻 QSF
📖 第 1 页 / 共 2 页
字号:
set_location_assignment PIN_Y22 -to fifo3_d[27]
set_location_assignment PIN_AA20 -to fifo3_d[28]
set_location_assignment PIN_AB20 -to fifo3_d[29]
set_location_assignment PIN_AA19 -to fifo3_d[30]
set_location_assignment PIN_AB19 -to fifo3_d[31]
set_location_assignment PIN_P17 -to fifo3_ef
set_location_assignment PIN_Y17 -to fifo3_rclk
set_location_assignment PIN_P18 -to fifo3_wclk
set_location_assignment PIN_AA17 -to fifo4_d[0]
set_location_assignment PIN_AB17 -to fifo4_d[1]
set_location_assignment PIN_Y16 -to fifo4_d[2]
set_location_assignment PIN_AA16 -to fifo4_d[3]
set_location_assignment PIN_AB16 -to fifo4_d[4]
set_location_assignment PIN_AA15 -to fifo4_d[5]
set_location_assignment PIN_AB15 -to fifo4_d[6]
set_location_assignment PIN_W15 -to fifo4_d[7]
set_location_assignment PIN_AA14 -to fifo4_d[8]
set_location_assignment PIN_AB14 -to fifo4_d[9]
set_location_assignment PIN_Y14 -to fifo4_d[10]
set_location_assignment PIN_Y13 -to fifo4_d[11]
set_location_assignment PIN_AA13 -to fifo4_d[12]
set_location_assignment PIN_AB13 -to fifo4_d[13]
set_location_assignment PIN_AA12 -to fifo4_d[14]
set_location_assignment PIN_AB12 -to fifo4_d[15]
set_location_assignment PIN_AA11 -to fifo4_d[16]
set_location_assignment PIN_AB11 -to fifo4_d[17]
set_location_assignment PIN_AA10 -to fifo4_d[18]
set_location_assignment PIN_AB10 -to fifo4_d[19]
set_location_assignment PIN_AA9 -to fifo4_d[20]
set_location_assignment PIN_AB9 -to fifo4_d[21]
set_location_assignment PIN_AA8 -to fifo4_d[22]
set_location_assignment PIN_AB8 -to fifo4_d[23]
set_location_assignment PIN_AA7 -to fifo4_d[24]
set_location_assignment PIN_AB7 -to fifo4_d[25]
set_location_assignment PIN_Y6 -to fifo4_d[26]
set_location_assignment PIN_AA6 -to fifo4_d[27]
set_location_assignment PIN_AB6 -to fifo4_d[28]
set_location_assignment PIN_Y5 -to fifo4_d[29]
set_location_assignment PIN_AA5 -to fifo4_d[30]
set_location_assignment PIN_AB5 -to fifo4_d[31]
set_location_assignment PIN_AA18 -to fifo4_ef
set_location_assignment PIN_W16 -to fifo4_rclk
set_location_assignment PIN_AB18 -to fifo4_wclk
set_location_assignment PIN_A17 -to fifo12_fwft
set_location_assignment PIN_B17 -to fifo12_mrs
set_location_assignment PIN_B16 -to fifo12_pfm
set_location_assignment PIN_C17 -to fifo12_prs
set_location_assignment PIN_A16 -to fifo12_ren
set_location_assignment PIN_C18 -to fifo12_wen
set_location_assignment PIN_K18 -to fifo34_fwft
set_location_assignment PIN_L18 -to fifo34_mrs
set_location_assignment PIN_J18 -to fifo34_pfm
set_location_assignment PIN_L19 -to fifo34_prs
set_location_assignment PIN_H18 -to fifo34_ren
set_location_assignment PIN_M19 -to fifo34_wen
set_location_assignment PIN_C2 -to sd1_clk
set_location_assignment PIN_C1 -to sd1_cmd
set_location_assignment PIN_B3 -to sd1_dat[0]
set_location_assignment PIN_A3 -to sd1_dat[1]
set_location_assignment PIN_E1 -to sd1_dat[2]
set_location_assignment PIN_D1 -to sd1_dat[3]
set_location_assignment PIN_H2 -to sd2_clk
set_location_assignment PIN_H1 -to sd2_cmd
set_location_assignment PIN_G1 -to sd2_dat[0]
set_location_assignment PIN_F1 -to sd2_dat[1]
set_location_assignment PIN_J1 -to sd2_dat[2]
set_location_assignment PIN_J2 -to sd2_dat[3]
set_location_assignment PIN_P1 -to sd3_clk
set_location_assignment PIN_P2 -to sd3_cmd
set_location_assignment PIN_N2 -to sd3_dat[0]
set_location_assignment PIN_N1 -to sd3_dat[1]
set_location_assignment PIN_T1 -to sd3_dat[2]
set_location_assignment PIN_R1 -to sd3_dat[3]
set_location_assignment PIN_W2 -to sd4_clk
set_location_assignment PIN_W1 -to sd4_cmd
set_location_assignment PIN_V1 -to sd4_dat[0]
set_location_assignment PIN_U1 -to sd4_dat[1]
set_location_assignment PIN_Y2 -to sd4_dat[2]
set_location_assignment PIN_Y1 -to sd4_dat[3]
set_location_assignment PIN_E15 -to vp

# Analysis & Synthesis Assignments
# ================================
set_global_assignment -name FAMILY "Cyclone II"
set_global_assignment -name ADV_NETLIST_OPT_SYNTH_WYSIWYG_REMAP ON
set_global_assignment -name TOP_LEVEL_ENTITY test
set_global_assignment -name AUTO_ENABLE_SMART_COMPILE on

# Fitter Assignments
# ==================
set_global_assignment -name DEVICE EP2C35F484C8
set_global_assignment -name CYCLONEII_RESERVE_NCEO_AFTER_CONFIGURATION "USE AS REGULAR IO"
set_global_assignment -name RESERVE_ASDO_AFTER_CONFIGURATION "AS OUTPUT DRIVING AN UNSPECIFIED SIGNAL"
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1

# Simulator Assignments
# =====================
set_global_assignment -name SIMULATION_MODE TIMING
set_global_assignment -name SETUP_HOLD_DETECTION OFF
set_global_assignment -name CHECK_OUTPUTS OFF
set_global_assignment -name GLITCH_DETECTION OFF
set_global_assignment -name VECTOR_INPUT_SOURCE test.vwf

# SignalTap II Assignments
# ========================
set_global_assignment -name ENABLE_SIGNALTAP on
set_global_assignment -name USE_SIGNALTAP_FILE test.stp

# ---------------------------------------------------
# start AUTO_INSERT_SLD_NODE_ENTITY(auto_signaltap_0)

	# SignalTap II Assignments
	# ========================
	set_global_assignment -name SLD_NODE_CREATOR_ID 110 -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_ENTITY_NAME sld_signaltap -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_NODE_INFO=402681344" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_TRIGGER_LEVEL=1" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_TRIGGER_IN_ENABLED=1" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_ADVANCED_TRIGGER_ENTITY=basic,1," -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_TRIGGER_LEVEL_PIPELINE=1" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_ENABLE_ADVANCED_TRIGGER=0" -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_clk -to sd_clk -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[0] -to "initial_block:inst9|send_cmd:inst4|cmd_num[0]" -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[1] -to "initial_block:inst9|send_cmd:inst4|cmd_num[1]" -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[2] -to "initial_block:inst9|send_cmd:inst4|cmd_num[2]" -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[3] -to "initial_block:inst9|send_cmd:inst4|cmd_num[3]" -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[4] -to sd2_cmd -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[5] -to sd2_dat[0] -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[6] -to sd2_dat[1] -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[7] -to sd2_dat[2] -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_trigger_in[8] -to sd2_dat[3] -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[0] -to "initial_block:inst9|send_cmd:inst4|cmd_num[0]" -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[1] -to "initial_block:inst9|send_cmd:inst4|cmd_num[1]" -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[2] -to "initial_block:inst9|send_cmd:inst4|cmd_num[2]" -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[3] -to "initial_block:inst9|send_cmd:inst4|cmd_num[3]" -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[4] -to sd2_cmd -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[5] -to sd2_dat[0] -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[6] -to sd2_dat[1] -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[7] -to sd2_dat[2] -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT acq_data_in[8] -to sd2_dat[3] -section_id auto_signaltap_0
	set_instance_assignment -name CONNECT_TO_SLD_NODE_ENTITY_PORT trigger_in -to time1ms_out2 -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_DATA_BITS=9" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_TRIGGER_BITS=9" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_NODE_CRC_LOWORD=17607" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_NODE_CRC_HIWORD=59449" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_DATA_BIT_CNTR_BITS=4" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_SAMPLE_DEPTH=16384" -section_id auto_signaltap_0
	set_global_assignment -name SLD_NODE_PARAMETER_ASSIGNMENT "SLD_MEM_ADDRESS_BITS=14" -section_id auto_signaltap_0

# end AUTO_INSERT_SLD_NODE_ENTITY(auto_signaltap_0)
# -------------------------------------------------

⌨️ 快捷键说明

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