3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-21 10:41:37 +00:00
yosys/tests/opt
Eddie Hung 73b7ea713c
Merge pull request #1994 from YosysHQ/eddie/fix_bug1758
opt_expr: improve single-bit $and/$or/$xor/$xnor cells; gate cells too
2020-05-14 11:56:22 -07:00
..
.gitignore
bug1525.ys
bug1758.ys tests: add opt_expr tests 2020-04-23 15:58:36 -07:00
bug2010.ys Add testcase for #2010 2020-05-01 14:07:33 -07:00
opt_clean_init.ys opt_clean: improve warning message 2020-05-14 00:59:38 -07:00
opt_expr.ys opt_expr: Optimize multiplications with low 0 bits in operands. 2020-04-13 16:52:22 +02:00
opt_expr_alu.ys test: update opt_expr_alu test 2020-05-08 11:12:58 -07:00
opt_expr_and.ys tests: add opt_expr tests 2020-04-23 15:58:36 -07:00
opt_expr_cmp.v
opt_expr_cmp.ys
opt_expr_consumex.ys tests: opt_expr tests that depend on consumex 2020-05-08 11:07:11 -07:00
opt_expr_or.ys tests: add opt_expr tests 2020-04-23 15:58:36 -07:00
opt_expr_xnor.ys opt_expr: const_xnor replacement to pad Y with 1'b1 2020-04-24 14:13:45 -07:00
opt_expr_xor.ys tests: opt_expr update xnor/xor tests 2020-04-24 11:16:25 -07:00
opt_lut.v
opt_lut.ys
opt_lut_elim.il
opt_lut_elim.ys
opt_lut_ins.ys
opt_lut_port.il
opt_lut_port.ys
opt_merge_init.ys opt_merge: speedup 2020-03-16 12:43:54 -07:00
opt_merge_keep.ys opt_merge: speedup 2020-03-16 12:43:54 -07: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_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