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

📄 multi_8x8.qsf

📁 8位十进制乘法器
💻 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
#		multi_8x8_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 5.0
set_global_assignment -name PROJECT_CREATION_TIME_DATE "15:48:27  DECEMBER 19, 2012"
set_global_assignment -name LAST_QUARTUS_VERSION 5.0
set_global_assignment -name VHDL_FILE ../reg_16/reg_16.vhd
set_global_assignment -name VHDL_FILE ../reg_8/reg_8.vhd
set_global_assignment -name VHDL_FILE ../multi_1/multi_1.vhd
set_global_assignment -name VHDL_FILE ../cnt10/cnt10.vhd
set_global_assignment -name VHDL_FILE ../BCD_B/BCD_B.vhd
set_global_assignment -name VHDL_FILE ../B_BCD/B_BCD.vhd
set_global_assignment -name VHDL_FILE ../adder_8/adder_8.vhd
set_global_assignment -name VHDL_FILE "F:\\8位十进制乘法器\\multi_8x8\\multi_8x8.vhd"
set_global_assignment -name VECTOR_WAVEFORM_FILE multi_8x8.vwf

# Pin & Location Assignments
# ==========================
set_location_assignment PIN_126 -to clk
set_location_assignment PIN_12 -to clr
set_location_assignment PIN_10 -to start
set_location_assignment PIN_13 -to clk_b0
set_location_assignment PIN_17 -to clk_b1
set_location_assignment PIN_18 -to clk_a0
set_location_assignment PIN_19 -to clk_a1
set_location_assignment PIN_30 -to result[0]
set_location_assignment PIN_31 -to result[1]
set_location_assignment PIN_32 -to result[2]
set_location_assignment PIN_33 -to result[3]
set_location_assignment PIN_36 -to result[4]
set_location_assignment PIN_37 -to result[5]
set_location_assignment PIN_38 -to result[6]
set_location_assignment PIN_39 -to result[7]
set_location_assignment PIN_41 -to result[8]
set_location_assignment PIN_42 -to result[9]
set_location_assignment PIN_65 -to result[10]
set_location_assignment PIN_67 -to result[11]
set_location_assignment PIN_68 -to result[12]
set_location_assignment PIN_69 -to result[13]
set_location_assignment PIN_70 -to result[14]
set_location_assignment PIN_72 -to result[15]
set_location_assignment PIN_73 -to out_b0[0]
set_location_assignment PIN_78 -to out_b0[1]
set_location_assignment PIN_79 -to out_b0[2]
set_location_assignment PIN_80 -to out_b0[3]
set_location_assignment PIN_81 -to out_b1[0]
set_location_assignment PIN_82 -to out_b1[1]
set_location_assignment PIN_83 -to out_b1[2]
set_location_assignment PIN_86 -to out_b1[3]
set_location_assignment PIN_87 -to out_a0[0]
set_location_assignment PIN_88 -to out_a0[1]
set_location_assignment PIN_89 -to out_a0[2]
set_location_assignment PIN_90 -to out_a0[3]
set_location_assignment PIN_91 -to out_a1[0]
set_location_assignment PIN_92 -to out_a1[1]
set_location_assignment PIN_95 -to out_a1[2]
set_location_assignment PIN_96 -to out_a1[3]

# Analysis & Synthesis Assignments
# ================================
set_global_assignment -name FAMILY ACEX1K
set_global_assignment -name TOP_LEVEL_ENTITY multi_8x8

# Fitter Assignments
# ==================
set_global_assignment -name DEVICE "EP1K30TC144-3"
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1

# Simulator Assignments
# =====================
set_global_assignment -name VECTOR_INPUT_SOURCE multi_8x8.vwf

⌨️ 快捷键说明

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