Commit 3ac1b4ea by Zachary Snow

additional error case coverage

parent 16c63b81
`include '/dev/null'
module top;
logic x;
assign {<< {x, 2'b00}} = 3'b101;
endmodule
module top;
logic x, y, z;
assign {<< {x, '{y:y, z:z}}} = 3'b101;
endmodule
`line
\ No newline at end of file
`include "does_not_exist.sv"
`SOMETHING
module top;
endmodule
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