Testbench编写技巧

一、基本架构(常用模板) 1 `timescale 1ns/1ps //时间精度 2 `define Clock 20 //时钟周期 3 4 module my_design_tb; 5 6 //==================<端口>================================================== 7 reg
相关文章
相关标签/搜索