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

📄 small_.tcl

📁 38译码器的设计
💻 TCL
📖 第 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.

# Quartus II: Generate Tcl File for Project
# File: small_.tcl
# Generated on: Sat Apr 15 17:16:12 2006

# Load Quartus II Tcl Project package
package require ::quartus::project

set need_to_close_project 0
set make_assignments 1

# Check that the right project is open
if {[is_project_open]} {
	if {[string compare $quartus(project) "small"]} {
		puts "Project small is not open"
		set make_assignments 0
	}
} else {
	# Only open if not already open
	if {[project_exists small]} {
		project_open -revision small small
	} else {
		project_new -revision small small
	}
	set need_to_close_project 1
}

# Make assignments
if {$make_assignments} {
	set_global_assignment -name ORIGINAL_QUARTUS_VERSION 5.0
	set_global_assignment -name PROJECT_CREATION_TIME_DATE "16:30:23  FEBRUARY 11, 2005"
	set_global_assignment -name LAST_QUARTUS_VERSION 5.0
	set_global_assignment -name VHDL_FILE altera_vhdl_support.vhd
	set_global_assignment -name FAMILY cycloneII
	set_global_assignment -name DEVICE EP2C35F672C6
	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_AD10 -to out_port_from_the_seven_seg_pio[0]
	set_location_assignment PIN_AF10 -to out_port_from_the_seven_seg_pio[1]
	set_location_assignment PIN_AE10 -to out_port_from_the_seven_seg_pio[2]
	set_location_assignment PIN_AE11 -to out_port_from_the_seven_seg_pio[3]
	set_location_assignment PIN_AD11 -to out_port_from_the_seven_seg_pio[4]
	set_location_assignment PIN_V13 -to out_port_from_the_seven_seg_pio[5]
	set_location_assignment PIN_V14 -to out_port_from_the_seven_seg_pio[6]
	set_location_assignment PIN_AC11 -to out_port_from_the_seven_seg_pio[7]
	set_location_assignment PIN_V11 -to out_port_from_the_seven_seg_pio[8]
	set_location_assignment PIN_Y12 -to out_port_from_the_seven_seg_pio[9]
	set_location_assignment PIN_AA12 -to out_port_from_the_seven_seg_pio[10]
	set_location_assignment PIN_AE12 -to out_port_from_the_seven_seg_pio[11]
	set_location_assignment PIN_AD12 -to out_port_from_the_seven_seg_pio[12]
	set_location_assignment PIN_AF13 -to out_port_from_the_seven_seg_pio[13]
	set_location_assignment PIN_AE13 -to out_port_from_the_seven_seg_pio[14]
	set_location_assignment PIN_U12 -to out_port_from_the_seven_seg_pio[15]
	set_location_assignment PIN_C25 -to byteenablen_to_the_lan91c111[0]
	set_location_assignment PIN_C24 -to byteenablen_to_the_lan91c111[1]
	set_location_assignment PIN_D26 -to byteenablen_to_the_lan91c111[2]
	set_location_assignment PIN_D25 -to byteenablen_to_the_lan91c111[3]
	set_location_assignment PIN_E20 -to ior_n_to_the_lan91c111
	set_location_assignment PIN_D16 -to iow_n_to_the_lan91c111
	set_location_assignment PIN_AA15 -to irq_from_the_lan91c111
	set_location_assignment PIN_E18 -to enet_ads_n
	set_location_assignment PIN_E26 -to enet_aen
	set_location_assignment PIN_F9 -to ext_ram_bus_address[0]
	set_location_assignment PIN_H8 -to ext_ram_bus_address[1]
	set_location_assignment PIN_D11 -to ext_ram_bus_address[2]
	set_location_assignment PIN_E8 -to ext_ram_bus_address[3]
	set_location_assignment PIN_B14 -to ext_ram_bus_address[4]
	set_location_assignment PIN_A14 -to ext_ram_bus_address[5]
	set_location_assignment PIN_F14 -to ext_ram_bus_address[6]
	set_location_assignment PIN_G14 -to ext_ram_bus_address[7]
	set_location_assignment PIN_F13 -to ext_ram_bus_address[8]
	set_location_assignment PIN_G13 -to ext_ram_bus_address[9]
	set_location_assignment PIN_C15 -to ext_ram_bus_address[10]
	set_location_assignment PIN_B15 -to ext_ram_bus_address[11]
	set_location_assignment PIN_B16 -to ext_ram_bus_address[12]
	set_location_assignment PIN_C16 -to ext_ram_bus_address[13]
	set_location_assignment PIN_D15 -to ext_ram_bus_address[14]
	set_location_assignment PIN_E15 -to ext_ram_bus_address[15]
	set_location_assignment PIN_H15 -to ext_ram_bus_address[16]
	set_location_assignment PIN_H16 -to ext_ram_bus_address[17]
	set_location_assignment PIN_A17 -to ext_ram_bus_address[18]
	set_location_assignment PIN_B17 -to ext_ram_bus_address[19]
	set_location_assignment PIN_G15 -to ext_ram_bus_address[20]
	set_location_assignment PIN_F15 -to ext_ram_bus_address[21]
	set_location_assignment PIN_F16 -to ext_ram_bus_address[22]
	set_location_assignment PIN_G16 -to ext_ram_bus_address[23]
	set_location_assignment PIN_D8 -to ext_ram_bus_data[0]
	set_location_assignment PIN_C8 -to ext_ram_bus_data[1]
	set_location_assignment PIN_F10 -to ext_ram_bus_data[2]
	set_location_assignment PIN_G10 -to ext_ram_bus_data[3]
	set_location_assignment PIN_D9 -to ext_ram_bus_data[4]
	set_location_assignment PIN_C9 -to ext_ram_bus_data[5]
	set_location_assignment PIN_B8 -to ext_ram_bus_data[6]
	set_location_assignment PIN_A8 -to ext_ram_bus_data[7]
	set_location_assignment PIN_H11 -to ext_ram_bus_data[8]
	set_location_assignment PIN_H12 -to ext_ram_bus_data[9]
	set_location_assignment PIN_F11 -to ext_ram_bus_data[10]
	set_location_assignment PIN_E10 -to ext_ram_bus_data[11]
	set_location_assignment PIN_B9 -to ext_ram_bus_data[12]
	set_location_assignment PIN_A9 -to ext_ram_bus_data[13]
	set_location_assignment PIN_C10 -to ext_ram_bus_data[14]
	set_location_assignment PIN_D10 -to ext_ram_bus_data[15]
	set_location_assignment PIN_B10 -to ext_ram_bus_data[16]
	set_location_assignment PIN_A10 -to ext_ram_bus_data[17]
	set_location_assignment PIN_E12 -to ext_ram_bus_data[18]
	set_location_assignment PIN_D12 -to ext_ram_bus_data[19]
	set_location_assignment PIN_J13 -to ext_ram_bus_data[20]
	set_location_assignment PIN_J14 -to ext_ram_bus_data[21]
	set_location_assignment PIN_F12 -to ext_ram_bus_data[22]
	set_location_assignment PIN_G12 -to ext_ram_bus_data[23]
	set_location_assignment PIN_J10 -to ext_ram_bus_data[24]
	set_location_assignment PIN_J11 -to ext_ram_bus_data[25]
	set_location_assignment PIN_C11 -to ext_ram_bus_data[26]
	set_location_assignment PIN_B11 -to ext_ram_bus_data[27]
	set_location_assignment PIN_C12 -to ext_ram_bus_data[28]
	set_location_assignment PIN_B12 -to ext_ram_bus_data[29]
	set_location_assignment PIN_D6 -to ext_ram_bus_data[30]
	set_location_assignment PIN_G11 -to ext_ram_bus_data[31]
	set_location_assignment PIN_H17 -to select_n_to_the_ext_flash
	set_location_assignment PIN_F17 -to read_n_to_the_ext_flash
	set_location_assignment PIN_G17 -to write_n_to_the_ext_flash
	set_location_assignment PIN_AE25 -to init_done
	set_location_assignment PIN_P25 -to osc_clk[0]
	set_location_assignment PIN_AC13 -to osc_clk[1]
	set_location_assignment PIN_AA14 -to bidir_port_to_and_from_the_reconfig_request_pio
	set_location_assignment PIN_C5 -to pld_clear_n
	set_location_assignment PIN_R23 -to pld_config_done
	set_location_assignment PIN_R22 -to pld_status_n
	set_location_assignment PIN_N6 -to pld_dclk
	set_location_assignment PIN_N3 -to pld_data[0]
	set_location_assignment PIN_N7 -to pld_config_n
	set_location_assignment PIN_N4 -to pld_ce_n
	set_location_assignment PIN_E3 -to pld_asdo
	set_location_assignment PIN_D3 -to pld_cs_n
	set_location_assignment PIN_V21 -to mictor_clk
	set_location_assignment PIN_AC8 -to mictor_d[0]
	set_location_assignment PIN_AD8 -to mictor_d[1]
	set_location_assignment PIN_W10 -to mictor_d[2]
	set_location_assignment PIN_Y10 -to mictor_d[3]
	set_location_assignment PIN_V10 -to mictor_d[4]
	set_location_assignment PIN_V9 -to mictor_d[5]
	set_location_assignment PIN_AD6 -to mictor_d[6]
	set_location_assignment PIN_AD7 -to mictor_d[7]
	set_location_assignment PIN_AE5 -to mictor_d[8]
	set_location_assignment PIN_AF5 -to mictor_d[9]
	set_location_assignment PIN_AD4 -to mictor_d[10]
	set_location_assignment PIN_AD5 -to mictor_d[11]
	set_location_assignment PIN_AC5 -to mictor_d[12]
	set_location_assignment PIN_AC6 -to mictor_d[13]
	set_location_assignment PIN_AF4 -to mictor_d[14]
	set_location_assignment PIN_AE4 -to mictor_d[15]
	set_location_assignment PIN_B21 -to mictor_d[16]
	set_location_assignment PIN_B22 -to mictor_d[17]
	set_location_assignment PIN_A22 -to mictor_d[18]
	set_location_assignment PIN_A23 -to mictor_d[19]
	set_location_assignment PIN_B23 -to mictor_d[20]
	set_location_assignment PIN_D21 -to mictor_d[21]
	set_location_assignment PIN_C21 -to mictor_d[22]
	set_location_assignment PIN_C22 -to mictor_d[23]
	set_location_assignment PIN_C23 -to mictor_d[24]
	set_location_assignment PIN_B25 -to mictor_trclk
	set_location_assignment PIN_AC10 -to out_port_from_the_led_pio[0]
	set_location_assignment PIN_W11 -to out_port_from_the_led_pio[1]
	set_location_assignment PIN_W12 -to out_port_from_the_led_pio[2]
	set_location_assignment PIN_AE8 -to out_port_from_the_led_pio[3]
	set_location_assignment PIN_AF8 -to out_port_from_the_led_pio[4]
	set_location_assignment PIN_AE7 -to out_port_from_the_led_pio[5]
	set_location_assignment PIN_AF7 -to out_port_from_the_led_pio[6]
	set_location_assignment PIN_AA11 -to out_port_from_the_led_pio[7]
	set_location_assignment PIN_F21 -to proto1_pllclk
	set_location_assignment PIN_E25 -to proto1_io[0]
	set_location_assignment PIN_F24 -to proto1_io[1]
	set_location_assignment PIN_F23 -to proto1_io[2]
	set_location_assignment PIN_J21 -to proto1_io[3]
	set_location_assignment PIN_J20 -to proto1_io[4]
	set_location_assignment PIN_F25 -to proto1_io[5]
	set_location_assignment PIN_F26 -to proto1_io[6]
	set_location_assignment PIN_N18 -to proto1_io[7]
	set_location_assignment PIN_P18 -to proto1_io[8]
	set_location_assignment PIN_G23 -to proto1_io[9]
	set_location_assignment PIN_G24 -to proto1_io[10]
	set_location_assignment PIN_G25 -to proto1_io[11]
	set_location_assignment PIN_G26 -to proto1_io[12]
	set_location_assignment PIN_H23 -to proto1_io[13]
	set_location_assignment PIN_H24 -to proto1_io[14]
	set_location_assignment PIN_J23 -to proto1_io[15]
	set_location_assignment PIN_J24 -to proto1_io[16]
	set_location_assignment PIN_H25 -to proto1_io[17]
	set_location_assignment PIN_H26 -to proto1_io[18]
	set_location_assignment PIN_K18 -to proto1_io[19]
	set_location_assignment PIN_K19 -to proto1_io[20]
	set_location_assignment PIN_K23 -to proto1_io[21]
	set_location_assignment PIN_K24 -to proto1_io[22]
	set_location_assignment PIN_J25 -to proto1_io[23]
	set_location_assignment PIN_J26 -to proto1_io[24]
	set_location_assignment PIN_M21 -to proto1_io[25]
	set_location_assignment PIN_T23 -to proto1_io[26]
	set_location_assignment PIN_R17 -to proto1_io[27]
	set_location_assignment PIN_P17 -to proto1_io[28]
	set_location_assignment PIN_T18 -to proto1_io[29]
	set_location_assignment PIN_T17 -to proto1_io[30]
	set_location_assignment PIN_U26 -to proto1_io[31]
	set_location_assignment PIN_R19 -to proto1_io[32]
	set_location_assignment PIN_T19 -to proto1_io[33]
	set_location_assignment PIN_U20 -to proto1_io[34]

⌨️ 快捷键说明

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