dds.qsf

来自「实现任意小数分频的VHDL源代码,我自己写的,仿真结果是正确的,希望对大家有用!」· QSF 代码 · 共 73 行

QSF
73
字号
# 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
#		DDS_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 EP2C20F484C8
set_global_assignment -name FAMILY "Cyclone II"
set_global_assignment -name TOP_LEVEL_ENTITY DDS
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 7.1
set_global_assignment -name PROJECT_CREATION_TIME_DATE "10:28:36  JANUARY 16, 2008"
set_global_assignment -name LAST_QUARTUS_VERSION 7.1
set_location_assignment PIN_A3 -to aclr
set_location_assignment PIN_A4 -to inclk
set_location_assignment PIN_A5 -to outclk
set_location_assignment PIN_A7 -to outdata[15]
set_location_assignment PIN_A9 -to outdata[14]
set_location_assignment PIN_A10 -to outdata[13]
set_location_assignment PIN_A14 -to outdata[12]
set_location_assignment PIN_A15 -to outdata[11]
set_location_assignment PIN_A16 -to outdata[10]
set_location_assignment PIN_A19 -to outdata[9]
set_location_assignment PIN_A20 -to outdata[8]
set_location_assignment PIN_AA4 -to outdata[7]
set_location_assignment PIN_AA5 -to outdata[6]
set_location_assignment PIN_AA6 -to outdata[5]
set_location_assignment PIN_AA7 -to outdata[4]
set_location_assignment PIN_AA8 -to outdata[3]
set_location_assignment PIN_AA9 -to outdata[2]
set_location_assignment PIN_AA10 -to outdata[1]
set_location_assignment PIN_AB4 -to outdata[0]
set_location_assignment PIN_AA18 -to rst
set_location_assignment PIN_AB6 -to fcw[15]
set_location_assignment PIN_AB7 -to fcw[14]
set_location_assignment PIN_AB8 -to fcw[13]
set_location_assignment PIN_AB9 -to fcw[12]
set_location_assignment PIN_AB10 -to fcw[11]
set_location_assignment PIN_AB13 -to fcw[10]
set_location_assignment PIN_AB14 -to fcw[9]
set_location_assignment PIN_AB15 -to fcw[8]
set_location_assignment PIN_AA16 -to fcw[7]
set_location_assignment PIN_B4 -to fcw[6]
set_location_assignment PIN_AB18 -to fcw[5]
set_location_assignment PIN_AB19 -to fcw[4]
set_location_assignment PIN_B5 -to fcw[3]
set_location_assignment PIN_B14 -to fcw[2]
set_location_assignment PIN_B18 -to fcw[1]
set_location_assignment PIN_C1 -to fcw[0]
set_global_assignment -name BDF_FILE DDS.bdf
set_global_assignment -name VECTOR_WAVEFORM_FILE DDS.vwf
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_instance_assignment -name PARTITION_HIERARCHY no_file_for_top_partition -to | -section_id Top
set_global_assignment -name SIMULATION_MODE FUNCTIONAL
set_global_assignment -name VECTOR_WAVEFORM_FILE Waveform1.vwf

⌨️ 快捷键说明

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