摘要:
各厂商综合工具,对HDL综合时都定义了一些综合属性这些属性可指定a declaration,a module item,a statement, or a port connection不同的综合方式。语法为:/* synthesis, <any_company_specific_attribute... 阅读全文
摘要:
sub是子模块,可以调用但是没有返回值,function是有返回值的。public sub 可以在其它form里调用,而private sub 只能在当前form里调用。vb里的if else ,switch ,for ,while等语句对应语句:If Then [Else ]If Then... 阅读全文