1
`timescale为模块指定参考时间单位
`timescale<reference_time_unit>/<time_precision>
2
module endmoudule 为模块声明,中间不能插入其他模块声明
从模板创建对象的过程叫实例化instantiation 创建的对象叫instance
3
test bench测试台