首页|嵌入式系统|显示技术|模拟IC/电源|元件与制造|其他IC/制程|消费类电子|无线/通信|汽车电子|工业控制|医疗电子|测试测量
首页 > 分享下载 > 嵌入式系统 > coding style

coding style

资料介绍
coding style

海思高校合作——QA培训资料
1. RTL CODE 规范

1.标准的文件头

在每一个版块的开头一定要使用统一的文件头,其中包括作者名,模块名,创建日期,
概要,更改记录,版权等必要信息。
统一使用以下的文件头:
// **************************************************************
// COPYRIGHT(c)2005, Hislicon Technologies Co, Ltd
// All rights reserved.
//
// IP LIB INDEX : IP lib index just sa UTOPIA_B
// IP Name : the top module_name of this ip, usually, is same
// as the small ip classified name just as UTOPIA
// File name : file_name of the file just as “tx_fifo.v”
// Module name : module_name of this file just as “TX_FIFO”
// Full name : complete Emglish nme of this abbreviated
//
// Author : Athor/ID
// Email : Author’s email
// Data :
// Version
标签:codingstyleFPGA
coding style
本地下载

评论

momo578· 2012-06-03 11:26:59
学习