Index Forums System Verilog OPERATORS

Tagged: 

  • Creator
    Topic
  • #4770

    ASSIGNMENT :3

    module streaming();

    int a, b, c;

    initial begin

    {>>{ a, b, c }} = 96’b1;

    $display(“a %x b %x c %x”,a,b,c);

    end

    endmodule

     

  • You must be logged in to reply to this topic.