摘要:
默认声明 以下的taa中,b被默认声明为wire类型,a被默认声明为wire类型。(verilog语法) c如果是input类型:Implicit wire 'b' does not have any driver module taa (); taax taax_inst(.c(b)); assi 阅读全文
摘要:
Vim的let g:、let b: 是变量的一个属性说明,g:Global b:local to the current buffer w:local to the current window t:local to the current tab page ... Vim显示状态栏设置 set s 阅读全文
摘要:
urandom_range 只有一个参数,是从0到该参数的范围。 有两个参数,大小无所谓,但是范围是二者之间并包括二者。 module taa (); initial begin for (int i = 0; i < 100; i++) begin #1; $display("random val 阅读全文