From 2b6cdfb39f9010861cb203809b295d1c36d58aa5 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Wed, 7 Aug 2019 21:35:48 -0700 Subject: Move tests/various/opt* into tests/opt/ --- tests/opt/opt_expr.ys | 148 +++++++++++++++++++++++++++++++++++++++++++++ tests/opt/opt_ff_sat.v | 12 ---- tests/opt/opt_ff_sat.ys | 5 -- tests/opt/opt_rmdff.v | 50 +++++++++++++++ tests/opt/opt_rmdff.ys | 26 ++++++++ tests/opt/opt_rmdff_sat.v | 12 ++++ tests/opt/opt_rmdff_sat.ys | 5 ++ 7 files changed, 241 insertions(+), 17 deletions(-) create mode 100644 tests/opt/opt_expr.ys delete mode 100644 tests/opt/opt_ff_sat.v delete mode 100644 tests/opt/opt_ff_sat.ys create mode 100644 tests/opt/opt_rmdff.v create mode 100644 tests/opt/opt_rmdff.ys create mode 100644 tests/opt/opt_rmdff_sat.v create mode 100644 tests/opt/opt_rmdff_sat.ys (limited to 'tests/opt') diff --git a/tests/opt/opt_expr.ys b/tests/opt/opt_expr.ys new file mode 100644 index 000000000..0c61ac881 --- /dev/null +++ b/tests/opt/opt_expr.ys @@ -0,0 +1,148 @@ + +read_verilog <