Verilog语法【repeat和task】
摘要:
目录 1.task 2.repeat 3.testbench使用举例 1.task 语法格式: task my_task; input a, b; inout c; output d, e; begin . . . // statements that perform the work of the 阅读全文
posted @ 2022-08-02 14:38 皮皮祥 阅读(1163) 评论(0) 推荐(0) 编辑