Commit 61ccf3cb by Zachary Snow

remove unintentional tabs in struct_pattern_cast.v

parent 30acc3e3
module top;
reg [63:0] a = { 8'd5, 16'd6, 32'd7, 8'd8 };
reg [63:0] b = { 8'd13, 16'd14, 32'd15, 8'd16 };
wire [63:0] c = { 8'd9, 16'd10, 32'd11, 8'd12 };
reg [63:0] a = { 8'd5, 16'd6, 32'd7, 8'd8 };
reg [63:0] b = { 8'd13, 16'd14, 32'd15, 8'd16 };
wire [63:0] c = { 8'd9, 16'd10, 32'd11, 8'd12 };
initial begin
#1;
$display("a %b", a);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment