Verilog changing the size of right hand side

前端 未结 0 923
[愿得一人]
[愿得一人] 2021-01-14 04:43

I have a basic module as follows to demonstrate something.

module tb();

reg [2:0] U;
reg [2:0] T;
reg [2:0] C;
reg E;

initial begin

    U = 5;
    T = 3;
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题