From 50db1f428df4d98d207f8127f6a258c6c0051704 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Tue, 3 Feb 2026 21:33:44 +0100 Subject: [PATCH] dff2ff: remove invalid test --- tests/techmap/dff2ff.ys | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/techmap/dff2ff.ys diff --git a/tests/techmap/dff2ff.ys b/tests/techmap/dff2ff.ys deleted file mode 100644 index 6e7e6082b..000000000 --- a/tests/techmap/dff2ff.ys +++ /dev/null @@ -1,16 +0,0 @@ -read_verilog -icells << EOT -module top(...); - -input [1:0] D; -input C; -output [1:0] Q; - -always @(posedge C) - Q <= D; - -endmodule -EOT - -proc - -equiv_opt -assert techmap -map +/dff2ff.v