比如败洞:模搭巧块1
module A(
input a,
input b,
output c);
assign c = a &b;
endmodule
模块2调用模块1:
module(
input d,知枯键
input e,
output f
);
wire c1
A A_inst(
.a(d),
.b(e),
.c(c1)
)
assign f = c1 + 'b1
endmodule
main(){//定枯芦搏义switch(uMainCnt){case0:SubPrg1()//子程序1uMainCnt++breakcase1:SubPrg2()/没祥/子程哗迟序2uMainCnt++breakdefault:uMainCnt=0}}欢迎分享,转载请注明来源:内存溢出
评论列表(0条)