begin: init_memreg[7:0] tempi;for(tempi=0;tempi<memsize;tempi=tempi+1)memory[tempi]=0;end对一个8位宽的tmpi赋值0tmpi的实际值是什么是8'd00000000吗?
你的理解正确