aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opt/bug2311.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/opt/bug2311.ys')
-rw-r--r--tests/opt/bug2311.ys14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/opt/bug2311.ys b/tests/opt/bug2311.ys
new file mode 100644
index 000000000..455147cd3
--- /dev/null
+++ b/tests/opt/bug2311.ys
@@ -0,0 +1,14 @@
+read_verilog -icells << EOT
+
+module top(...);
+
+input A;
+output Y;
+
+$_XNOR_ x (.A(A), .B(A), .Y(Y));
+
+endmodule
+
+EOT
+
+equiv_opt -assert opt_expr