📄 song_top.ucf
字号:
////////////////////////////////////////////////////////////////////////////////
// ____ _ __ ___ //
// / __ \(_)____/ / / (_)____ RICHIC CONFIDENTIAL PROPRIETARY NOTE //
// / /_/ / / ___/ /_/ / / ___/ This source codes contains information//
// / _, _/ / /__/ __ / / /__ confidential and proprietary to RicHic//
// /_/ |_/_/\___/_/ /_/_/\___/ Inc. It shall not be reproduced in //
// whole or in part or transferred to //
// other documents, or disclosed to third parties, or used for any purpose //
// other than that for which it was obtained, without the prior written //
// consent of RicHic Inc. //
// //
// (c) 2003, 2004, 2005 RicHic Inc. //
// All rights reserved //
// ************************************************************************* //
// //
// Email: fpga_ic@yahoo.com.cn; fpga.ic@gmail.com; mail007@richic.com //
// http://www.richic.com //
// //
////////////////////////////////////////////////////////////////////////////////
// LOG:
// 2005.12.3 : 修改版本信息
//
/***********************************************************
* 约束文件说明 *
* *
* 因为每一种综合工具对总线的转义方式不同,因此约束时需要 *
* 使用不同的<>[]等来对总线转义,本约束文件适合xst综合工具 *
* 如果使用其他综合工具请做相应改动 *
***********************************************************/
/***********************************************************
全局时钟与全局复位信号
***********************************************************/
NET "clk" LOC = "P79";
NET "rst_n" LOC = "P77"; //push button SW1
/***********************************************************
蜂鸣器接口
***********************************************************/
NET "sp" LOC = "P87";
/***********************************************************
4位7段显示共阴积数码管接口
***********************************************************/
NET "seg<0>" LOC = "P123";
NET "seg<1>" LOC = "P124";
NET "seg<2>" LOC = "P125";
NET "seg<3>" LOC = "P130";
NET "seg<4>" LOC = "P131";
NET "seg<5>" LOC = "P132";
NET "seg<6>" LOC = "P133";
NET "seg<7>" LOC = "P138";
NET "seg<8>" LOC = "P139";
NET "seg<9>" LOC = "P140";
NET "seg<10>" LOC = "P141";
NET "seg<11>" LOC = "P143";
////////////////////// UCF FILE END ////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -