?? 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 : 修改版本信息
//
/***********************************************************
* 約束文件說明 *
* *
* 因為每一種綜合工具對總線的轉(zhuǎn)義方式不同,因此約束時需要 *
* 使用不同的<>[]等來對總線轉(zhuǎn)義,本約束文件適合xst綜合工具 *
* 如果使用其他綜合工具請做相應改動 *
***********************************************************/
/***********************************************************
全局時鐘與全局復位信號
***********************************************************/
NET "clk" LOC = "P79";
NET "rst_n" LOC = "P77"; //push button SW1
/***********************************************************
蜂鳴器接口
***********************************************************/
NET "sp" LOC = "P87";
/***********************************************************
4位7段顯示共陰積數(shù)碼管接口
***********************************************************/
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 + -