Verilog程序的基本设计单元是“模块”( module)。() 此题为判断题(对,错)。
Verilog程序的基本设计单元是“模块”( module)。()
此题为判断题(对,错)。
相关考题:
26、verilog中经常使用()来表示一个常量,用以提高程序的可读性,且经常用于定义变量的宽度A.parameterB.defineC.includeD.alwaysE.beginF.module
在一个模块里面定义的变量与函数,默认为私有的,如果要想对外暴露其内部的私有变量与函数,只能通过()实现A.module.importsB.module.exportsC.module.throwsD.module.public
verilog中经常使用()来表示一个常量,用以提高程序的可读性,经常用于定义变量的宽度A.parameterB.defineC.includeD.alwaysE.beginF.module