module inst();
supply1 sp1;
supply1 sp2;
top top1(.p1(sp1));
top top2(.p1(sp2));
endmodule
在verilog代码中可以是几个supply1网吗?如果是,是什么意思?