代码搜索结果
找到约 10,000 项符合
W 的代码
lut_ym2w.v
//Look up table of Year-Month to Weekday
module LUT_YM2W(Year,Mon,IniWeekday);
input [3:0] Year,Mon;
output [1:0]IniWeekday;
parameter JAN=5
parameter FEB=1
parameter MAR=2
parameter AP
lut_ymd2w.v
//Look up table of Year-Month to Weekday
module LUT_YMD2W(YMD,Weekday);
input [23:0] YMD;
output [2:0]Weekday;
reg [2:0]Weekday;
always @(YMD)
case(YMD)
24'h 000101 :Weekday= 6 ;
24'h
w78e365.h
/****************************************************************************/
/* 深圳恒森微电子有限公司 (华邦单片机香港及中国区代理商) */
/* 香港恒森科技有限公司 (华邦单片机香港及中国区代理商) */
/* 陈文 email: