From eb4703808a3c777e6b974a48508c63ad3247462b Mon Sep 17 00:00:00 2001 From: nella Date: Mon, 15 Jun 2026 15:46:13 +0200 Subject: [PATCH] Add tests. --- tests/proc/proc_dlatch.ys | 89 +++++++++++++++++++++++++ tests/proc/yosys_latch.sv | 11 +++ tests/proc/yosys_latch.ys | 20 ++++++ tests/techmap/dfflegalize_dlatch_emu.ys | 25 +++++++ 4 files changed, 145 insertions(+) create mode 100644 tests/proc/proc_dlatch.ys create mode 100644 tests/proc/yosys_latch.sv create mode 100644 tests/proc/yosys_latch.ys create mode 100644 tests/techmap/dfflegalize_dlatch_emu.ys diff --git a/tests/proc/proc_dlatch.ys b/tests/proc/proc_dlatch.ys new file mode 100644 index 000000000..3dba3076e --- /dev/null +++ b/tests/proc/proc_dlatch.ys @@ -0,0 +1,89 @@ +read_verilog -formal <