3 thoughts on “Getting Started in C”

  1. Vanitha C

    Module and (a0,b0,a1,b1,a2,b2,a3,b3,c0,c1,c2,c3);
    Assign c0=a[0]&b[0];
    Assign c1=a[1]&b[1];
    Assign c2=a[2]&b[2];
    Assign c3=a[3]&b[3];
    endmodule

Comments are closed.

error: Content is protected !!