mirror of https://github.com/zachjs/sv2v.git
additional error case coverage
This commit is contained in:
parent
16c63b8109
commit
3ac1b4ea3c
|
|
@ -0,0 +1 @@
|
|||
`include '/dev/null'
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
module top;
|
||||
logic x;
|
||||
assign {<< {x, 2'b00}} = 3'b101;
|
||||
endmodule
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
module top;
|
||||
logic x, y, z;
|
||||
assign {<< {x, '{y:y, z:z}}} = 3'b101;
|
||||
endmodule
|
||||
|
|
@ -0,0 +1 @@
|
|||
`line 1 "asd" B
|
||||
|
|
@ -0,0 +1 @@
|
|||
`line 1 "asd" 1B
|
||||
|
|
@ -0,0 +1 @@
|
|||
`line
|
||||
|
|
@ -0,0 +1 @@
|
|||
`line 0 "asd" 3
|
||||
|
|
@ -0,0 +1 @@
|
|||
`include "does_not_exist.sv"
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
`SOMETHING
|
||||
module top;
|
||||
endmodule
|
||||
|
|
@ -0,0 +1 @@
|
|||
`ifdef FOO
|
||||
Loading…
Reference in New Issue