您的位置:首页 > 其它

Verilog HDL In One Day (Verilog HDL 学习的第一天)

2012-11-21 11:49 399 查看



Introduction //简介


Block diagram of arbiter  //仲裁器的框图


Low level design            //底层设计


Modules                  //模块


Code of module "arbiter"    //仲裁器模块的代码



Data Type           //数据类型



Operators  //操作符



Control Statements        //控制语句


If-else


Case


While


For loop


Repeat


Summary  //总结



Variable Assignment   //变量赋值


Initial Blocks    //initial 块(初始化块)


Always Blocks   //always 块(周期性执行的)


Assign Statement         //赋值语句



Task and Function       // task 和 function (任务 和 函数)



Test Benches   //测试基准
the above original link :http://www.asic-world.com/verilog/verilog_one_day.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: