3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-04 21:33:35 +00:00
yosys/tests/opt
2026-06-01 19:03:52 -07:00
..
alumacc.ys alumacc: add signed-independent comparison tests 2023-10-09 00:36:22 +08:00
bug1525.ys
bug1758.ys
bug1854.ys
bug2010.ys
bug2221.ys
bug2311.ys
bug2318.ys
bug2623.ys
bug2765.ys
bug2766.ys
bug2824.ys
bug2920.ys Remove references to ilang 2024-11-05 12:36:31 +13:00
bug3047.ys
bug3117.ys
bug3848.ys opt_share: Fix input confusion with ANDNOT, ORNOT gates 2023-07-20 20:58:52 +01:00
bug3867.ys opt_expr: Fix 'signed X>=0' replacement for wide output ports 2023-08-01 13:50:12 +01:00
bug4413.ys peepopt: avoid shift-amount underflow 2024-06-13 23:30:07 +02:00
bug4610.ys tests: replace read_ilang with read_rtlil 2024-11-20 14:54:23 +01:00
bug5164.ys tests: add test for #5164 opt_dff -sat UAF 2025-06-06 23:46:23 +01:00
bug5398.ys opt_hier: Fix two optimizations conflicting 2025-09-29 12:27:27 +02:00
memory_bmux2rom.ys Remove references to ilang 2024-11-05 12:36:31 +13:00
memory_dff_trans.ys
memory_map_offset.ys
opt_addcin.ys Fixup 2026-05-27 01:51:54 -07:00
opt_andor_pmux.v Fixes for filtering small cases and catching more larger ones with trickier signatures 2026-05-27 03:40:44 -07:00
opt_andor_pmux.ys Fixes for filtering small cases and catching more larger ones with trickier signatures 2026-05-27 03:40:44 -07:00
opt_balance_tree.ys Fixups for Greptile 2026-06-01 19:03:52 -07:00
opt_clean_init.ys
opt_clean_mem.ys
opt_clean_standalone_wires.ys Don't update used_signals for retained wires in rmunused_module_signals. 2026-01-24 03:41:18 +00:00
opt_dff-simplify.il opt_dff: add test 2025-08-14 00:13:23 +03:00
opt_dff-simplify.ys opt_dff: more explicit testing, typo 2025-08-27 11:29:57 +02:00
opt_dff_arst.ys Use equiv_opt -nocells to ensure everything is ok since dffs retain their name 2025-01-16 19:40:18 -08:00
opt_dff_clk.ys Use equiv_opt -nocells to ensure everything is ok since dffs retain their name 2025-01-16 19:40:18 -08:00
opt_dff_const.ys Use equiv_opt -nocells to ensure everything is ok since dffs retain their name 2025-01-16 19:40:18 -08:00
opt_dff_dffmux.ys Use equiv_opt -nocells to ensure everything is ok since dffs retain their name 2025-01-16 19:40:18 -08:00
opt_dff_en.ys Use equiv_opt -nocells to ensure everything is ok since dffs retain their name 2025-01-16 19:40:18 -08:00
opt_dff_mux.ys Use equiv_opt -nocells to ensure everything is ok since dffs retain their name 2025-01-16 19:40:18 -08:00
opt_dff_qd.ys Use equiv_opt -nocells to ensure everything is ok since dffs retain their name 2025-01-16 19:40:18 -08:00
opt_dff_sr.ys Use equiv_opt -nocells to ensure everything is ok since dffs retain their name 2025-01-16 19:40:18 -08:00
opt_dff_srst.ys Use equiv_opt -nocells to ensure everything is ok since dffs retain their name 2025-01-16 19:40:18 -08:00
opt_expr.ys opt_expr: fix const lhs of $pow to $shl 2026-02-03 11:59:00 +01:00
opt_expr_alu.ys
opt_expr_and.ys
opt_expr_cmp.v
opt_expr_cmp.ys
opt_expr_cmp_msb.v opt_expr for constant comparisons 2026-04-20 02:03:35 -07:00
opt_expr_cmp_msb.ys opt_expr for constant comparisons 2026-04-20 02:03:35 -07:00
opt_expr_combined_assign.ys opt_expr: avoid multiple drivers issue #4792 in combined assign tests 2025-12-19 18:32:56 +01:00
opt_expr_constconn.v
opt_expr_constconn.ys
opt_expr_consumex.ys
opt_expr_more.ys opt_expr: expand test coverage 2025-03-31 19:31:53 +02:00
opt_expr_mux_undef.ys opt_expr: Fix #4590 2025-04-04 12:25:31 +13:00
opt_expr_or.ys
opt_expr_shift.ys tests: test opt_expr for 32 bit unsigned shifts 2025-05-26 15:28:44 +01:00
opt_expr_shr_int_max.ys Add test for shifting by INT_MAX 2025-02-14 14:01:27 +13:00
opt_expr_xnor.ys simplemap: Map $xnor to $_XNOR_ cells 2022-11-29 19:06:45 +01:00
opt_expr_xor.ys simplemap: Map $xnor to $_XNOR_ cells 2022-11-29 19:06:45 +01:00
opt_hier.tcl Start opt_hier 2025-07-05 16:45:52 +02:00
opt_hier_simple1.v Start opt_hier 2025-07-05 16:45:52 +02:00
opt_hier_simple2.v Start opt_hier 2025-07-05 16:45:52 +02:00
opt_hier_test1.v Start opt_hier 2025-07-05 16:45:52 +02:00
opt_lut.v
opt_lut.ys Skip opt_lut test 2024-09-23 05:35:03 -07:00
opt_lut_elim.il
opt_lut_elim.ys Remove references to ilang 2024-11-05 12:36:31 +13:00
opt_lut_ins.ys Remove references to ilang 2024-11-05 12:36:31 +13:00
opt_lut_port.il
opt_lut_port.ys Remove references to ilang 2024-11-05 12:36:31 +13:00
opt_mem_feedback.ys
opt_mem_priority.ys
opt_merge_basic.ys opt_merge: test more kinds of cells 2025-03-10 13:14:06 +01:00
opt_merge_init.ys
opt_merge_keep.ys
opt_merge_properties.ys avoid merging formal properties 2025-12-17 20:25:24 +01:00
opt_parallel_prefix.ys opt parallel prefix and priority encoders 2026-05-20 12:14:50 -07:00
opt_pow.ys opt_expr: add test 2025-04-01 21:54:46 +03:00
opt_prienc.ys opt parallel prefix and priority encoders 2026-05-20 12:14:50 -07:00
opt_reduce_andor.ys opt_reduce: add test for constant $reduce_and/or not being zero width 2024-09-25 16:28:41 +01:00
opt_reduce_bmux.ys Remove references to ilang 2024-11-05 12:36:31 +13:00
opt_reduce_demux.ys Remove references to ilang 2024-11-05 12:36:31 +13:00
opt_rmdff.v
opt_rmdff.ys
opt_rmdff_sat.v
opt_rmdff_sat.ys
opt_share_add_sub.v
opt_share_add_sub.ys
opt_share_bug2334.ys
opt_share_bug2335.ys
opt_share_bug2336.ys
opt_share_bug2538.ys
opt_share_cat.v
opt_share_cat.ys
opt_share_cat_multiuser.v
opt_share_cat_multiuser.ys
opt_share_diff_port_widths.v
opt_share_diff_port_widths.ys
opt_share_extend.v
opt_share_extend.ys
opt_share_large_pmux_cat.v
opt_share_large_pmux_cat.ys
opt_share_large_pmux_cat_multipart.v
opt_share_large_pmux_cat_multipart.ys
opt_share_large_pmux_multipart.v
opt_share_large_pmux_multipart.ys
opt_share_large_pmux_part.v
opt_share_large_pmux_part.ys
opt_share_mux_tree.v
opt_share_mux_tree.ys
run-test.sh Start opt_hier 2025-07-05 16:45:52 +02:00