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

📄 traffic_controller.qsf

📁 实现交通灯控制器的vhdl编程
💻 QSF
字号:
# Copyright (C) 1991-2006 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
#		traffic_controller_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 FAMILY "Cyclone II"
set_global_assignment -name DEVICE EP2C35F672C6
set_global_assignment -name TOP_LEVEL_ENTITY traffic_controller
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 6.0
set_global_assignment -name PROJECT_CREATION_TIME_DATE "11:45:09  OCTOBER 04, 2008"
set_global_assignment -name LAST_QUARTUS_VERSION 6.0
set_global_assignment -name BDF_FILE traffic_controller.bdf
set_global_assignment -name VHDL_FILE frequency20Hz/frequency20Hz.vhd
set_global_assignment -name VHDL_FILE frequency1Hz/frequency1Hz.vhd
set_global_assignment -name VHDL_FILE fenwei/fenwei.vhd
set_global_assignment -name VHDL_FILE display/display.vhd
set_global_assignment -name VHDL_FILE controller/controller.vhd
set_global_assignment -name BDF_FILE "E:\\SOPClab\\digital_system_design\\traffic_controller\\traffic_controller.bdf"
set_location_assignment PIN_M4 -to A0[6]
set_location_assignment PIN_M5 -to A0[5]
set_location_assignment PIN_M3 -to A0[4]
set_location_assignment PIN_M2 -to A0[3]
set_location_assignment PIN_P3 -to A0[2]
set_location_assignment PIN_P4 -to A0[1]
set_location_assignment PIN_R2 -to A0[0]
set_location_assignment PIN_N9 -to A1[6]
set_location_assignment PIN_P9 -to A1[5]
set_location_assignment PIN_L7 -to A1[4]
set_location_assignment PIN_L6 -to A1[3]
set_location_assignment PIN_L9 -to A1[2]
set_location_assignment PIN_L2 -to A1[1]
set_location_assignment PIN_L3 -to A1[0]
set_location_assignment PIN_T3 -to B0[6]
set_location_assignment PIN_R6 -to B0[5]
set_location_assignment PIN_R7 -to B0[4]
set_location_assignment PIN_T4 -to B0[3]
set_location_assignment PIN_U2 -to B0[2]
set_location_assignment PIN_U1 -to B0[1]
set_location_assignment PIN_U9 -to B0[0]
set_location_assignment PIN_R3 -to B1[6]
set_location_assignment PIN_R4 -to B1[5]
set_location_assignment PIN_R5 -to B1[4]
set_location_assignment PIN_T9 -to B1[3]
set_location_assignment PIN_P7 -to B1[2]
set_location_assignment PIN_P6 -to B1[1]
set_location_assignment PIN_T2 -to B1[0]
set_location_assignment PIN_N2 -to clk50M
set_location_assignment PIN_N25 -to reset
set_location_assignment PIN_N26 -to hold
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_location_assignment PIN_AD12 -to REDA
set_location_assignment PIN_AB21 -to REDB
set_location_assignment PIN_AE12 -to YELLOWA
set_location_assignment PIN_AF23 -to YELLOWB
set_location_assignment PIN_AE13 -to GREENA
set_location_assignment PIN_AE23 -to GREENB
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"

⌨️ 快捷键说明

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