PPT Slide
fullAdder #(32) fa32(CarryOut, Result, a, b, c);
#1 a ='h88881234; b='h00000001;
#1 b = 'hffffffff; a ='h00000002;
#1 b= 'h7fffffff; a ='h00000002;
$monitor("Time=%0d a=%h b=%h c=%h Result =%h CarryOut = %b",
$time, a, b, c,Result, CarryOut);