📄 buzzer.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";
////////////////////// UCF FILE END ////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -