ANNEX CODESTYLE TEMPLATE This a template of verilog code file, including file header and themain body of code in which some coding rules are demonstrated. //******************************************************** // // Copyright(c)2005, Hisilicon Technologies Co., Ltd // All rights reserved // // IPLIB INDEX : IP lib index just as UTOPIA_B // IPName : the top module_name of this ip, usually, issame as the small ipclassified name just as UTOPIA // File name : file_name of this file just as tx_fifo.v // Module name : module_name of this file just as TX_FIFO // Full name : complete English name of the abbreviatedmodule_name // Author : Author // Email : Author’s email // Data : 2005/07/20 // Version : current version, just this: v1.0, must sameas the CVS version // // Abstract : // // Called by : Father module just as TX_PROC // // Modification history // ---------------------------------------------------------------------------- // Version Data(yyyy/mm/dd) name // Description // // $Log$ // //*************************************************************