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

📄 vga_controller.qsf

📁 基于VHDL语言关于VGA的简单应用。对于快速理解如何使用VGA有很大的帮助
💻 QSF
字号:
# 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
#		VGA_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 EP2C70F896C8
set_global_assignment -name TOP_LEVEL_ENTITY VGA_Controller
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 7.2
set_global_assignment -name PROJECT_CREATION_TIME_DATE "18:20:51  JULY 20, 2008"
set_global_assignment -name LAST_QUARTUS_VERSION 8.0
set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_palace
set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA
set_global_assignment -name DEVICE_FILTER_PIN_COUNT 896
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 8
set_global_assignment -name VHDL_FILE VGA_Controller.vhd
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_global_assignment -name PARTITION_COLOR 2147039 -section_id Top
set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region"
set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
set_location_assignment PIN_C15 -to BLANK
set_location_assignment PIN_D16 -to CLK_0
set_location_assignment PIN_J19 -to hs
set_location_assignment PIN_B16 -to oBlue[0]
set_location_assignment PIN_C16 -to oBlue[1]
set_location_assignment PIN_A17 -to oBlue[2]
set_location_assignment PIN_B17 -to oBlue[3]
set_location_assignment PIN_C18 -to oBlue[4]
set_location_assignment PIN_B18 -to oBlue[5]
set_location_assignment PIN_B19 -to oBlue[6]
set_location_assignment PIN_A19 -to oBlue[7]
set_location_assignment PIN_C19 -to oBlue[8]
set_location_assignment PIN_D19 -to oBlue[9]
set_location_assignment PIN_A10 -to oGreen[0]
set_location_assignment PIN_B11 -to oGreen[1]
set_location_assignment PIN_A11 -to oGreen[2]
set_location_assignment PIN_C12 -to oGreen[3]
set_location_assignment PIN_B12 -to oGreen[4]
set_location_assignment PIN_A12 -to oGreen[5]
set_location_assignment PIN_C13 -to oGreen[6]
set_location_assignment PIN_B13 -to oGreen[7]
set_location_assignment PIN_B14 -to oGreen[8]
set_location_assignment PIN_A14 -to oGreen[9]
set_location_assignment PIN_D23 -to oRed[0]
set_location_assignment PIN_E23 -to oRed[1]
set_location_assignment PIN_E22 -to oRed[2]
set_location_assignment PIN_D22 -to oRed[3]
set_location_assignment PIN_H21 -to oRed[4]
set_location_assignment PIN_G21 -to oRed[5]
set_location_assignment PIN_H20 -to oRed[6]
set_location_assignment PIN_F20 -to oRed[7]
set_location_assignment PIN_E20 -to oRed[8]
set_location_assignment PIN_G20 -to oRed[9]
set_location_assignment PIN_B15 -to SYNC
set_location_assignment PIN_D24 -to VGA_CLK
set_location_assignment PIN_H19 -to vs
set_location_assignment PIN_T29 -to reset

⌨️ 快捷键说明

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