omit reference file for verilog-compatible test inputs

This commit is contained in:
Zachary Snow
2020-12-08 11:39:17 -07:00
parent 2081f6a32a
commit e72d372d73
19 changed files with 8 additions and 32 deletions
-1
View File
@@ -1 +0,0 @@
`include "attr.sv"
-1
View File
@@ -1 +0,0 @@
`include "div.sv"
-2
View File
@@ -1,2 +0,0 @@
// Reference file is already plain Verilog
`include "else_prec.sv"
-2
View File
@@ -1,2 +0,0 @@
// iverilog supports multi-dimensional packed arrays
`include "flatten.sv"
-2
View File
@@ -1,2 +0,0 @@
// iverilog supports multi-dimensional packed arrays
`include "flatten_three.sv"
-2
View File
@@ -1,2 +0,0 @@
// This test is for parser coverge only.
`include "gate.sv"
-2
View File
@@ -1,2 +0,0 @@
// iverilog has support for packed arrays and functions
`include "packed_array_shadow.sv"
-1
View File
@@ -1 +0,0 @@
`include "shift.sv"
-1
View File
@@ -1 +0,0 @@
`include "stmt_task.sv"
-1
View File
@@ -1 +0,0 @@
`include "typeof_op.sv"