非阻塞赋值和阻塞赋值能出现在一个always块内吗?可以,但请慎用( 二 )

例1reg test_o1

reg test_o2;

always@(posedge clk or negedge rst_n)

begin

if(~rst_n)

test_o1

推荐阅读