Add new tests to 'simple' and 'misc' test groups
simple & misc =========== Note that some of commands you can not test with checking with testbench so those place in misc. 1. passes/cmds/add.cc Note that here you need to load some existing verilog and add additional wires, inputs or outputs 2. passes/cmds/blackbox.cc you could create design with sub module, execute blackbox and check if sub module is replaced with blackbox module. 3. passes/cmds/bugpoint.cc 4. passes/cmds/chformal.cc 5. passes/cmds/chtype.cc 6. passes/cmds/connect.cc Maybe can be covered together with add command 7.passes/cmds/connwrappers.cc 8. passes/cmds/design.cc missing covering -import option 9.passes/cmds/plugin.cc 10. passes/cmds/rename.cc rename parts of existing design 11. /passes/cmds/select.cc Lot of options is not used , so room to improve 12.passes/cmds/setattr.cc note there are 3 commands to cover here 13. passes/cmds/setundef.cc setting with one, anyseq, anyconst ... 14. passes/sat/assertpmux.cc 15. passes/sat/async2sync.cc 16. passes/sat/eval.cc 17. passes/sat/freduce.cc 18. passes/sat/miter.cc run with -assert option 19. passes/sat/sat.cc many options are not tested 20. passes/sat/sim.cc 21. passes/techmap/flowmap.cc
Showing
misc/add/top.v
0 → 100644
misc/assertpmux/top.v
0 → 100644
misc/blackbox/top.v
0 → 100644
misc/bugpoint/script.ys
0 → 100644
misc/bugpoint/top.v
0 → 100644
misc/bugpoint/yosys.ys
0 → 100644
misc/chformal/top.v
0 → 100644
misc/chformal_dff/top.v
0 → 100644
misc/chparam/top.v
0 → 100644
misc/chtype/top.v
0 → 100644
misc/connect/top.v
0 → 100644
misc/connwrappers/top.v
0 → 100644
misc/eval/top.v
0 → 100644
misc/freduce/top.v
0 → 100644
misc/freduce_dff/top.v
0 → 100644
misc/freduce_mem/top.v
0 → 100644
misc/miter_assert/top.v
0 → 100644
misc/miter_assert_assume/top.v
0 → 100644
misc/plugin/top.v
0 → 100644
misc/sat/top.v
0 → 100644
misc/scripts/add.ys
0 → 100644
misc/scripts/add_global_input.ys
0 → 100644
misc/scripts/add_inout.ys
0 → 100644
misc/scripts/add_input.ys
0 → 100644
misc/scripts/add_output.ys
0 → 100644
misc/scripts/add_wire.ys
0 → 100644
misc/scripts/assertpmux.ys
0 → 100644
misc/scripts/assertpmux_always.ys
0 → 100644
misc/scripts/assertpmux_noinit.ys
0 → 100644
misc/scripts/blackbox.ys
0 → 100644
misc/scripts/bugpoint.ys
0 → 100644
misc/scripts/bugpoint_cells.ys
0 → 100644
misc/scripts/bugpoint_clean.ys
0 → 100644
misc/scripts/bugpoint_connections.ys
0 → 100644
misc/scripts/bugpoint_fast.ys
0 → 100644
misc/scripts/bugpoint_grep.ys
0 → 100644
misc/scripts/bugpoint_modules.ys
0 → 100644
misc/scripts/bugpoint_ports.ys
0 → 100644
misc/scripts/bugpoint_script.ys
0 → 100644
misc/scripts/bugpoint_yosys.ys
0 → 100644
misc/scripts/chformal.ys
0 → 100644
misc/scripts/chformal_assert.ys
0 → 100644
misc/scripts/chformal_assert2assume.ys
0 → 100644
misc/scripts/chformal_assume.ys
0 → 100644
misc/scripts/chformal_assume2assert.ys
0 → 100644
misc/scripts/chformal_cover.ys
0 → 100644
misc/scripts/chformal_delay.ys
0 → 100644
misc/scripts/chformal_early.ys
0 → 100644
misc/scripts/chformal_fair.ys
0 → 100644
misc/scripts/chformal_fair2live.ys
0 → 100644
misc/scripts/chformal_live.ys
0 → 100644
misc/scripts/chformal_live2fair.ys
0 → 100644
misc/scripts/chformal_proc_early.ys
0 → 100644
misc/scripts/chformal_skip.ys
0 → 100644
misc/scripts/chparam.ys
0 → 100644
misc/scripts/chparam_list.ys
0 → 100644
misc/scripts/chparam_set.ys
0 → 100644
misc/scripts/chparam_top.ys
0 → 100644
misc/scripts/chtype.ys
0 → 100644
misc/scripts/chtype_map.ys
0 → 100644
misc/scripts/chtype_selection.ys
0 → 100644
misc/scripts/chtype_set.ys
0 → 100644
misc/scripts/connect_nomap_port.ys
0 → 100644
misc/scripts/connect_nomap_set.ys
0 → 100644
misc/scripts/connect_nomap_unset.ys
0 → 100644
misc/scripts/connect_nounset_set.ys
0 → 100644
misc/scripts/connect_port.ys
0 → 100644
misc/scripts/connect_set.ys
0 → 100644
misc/scripts/connect_unset.ys
0 → 100644
misc/scripts/connwrappers.ys
0 → 100644
misc/scripts/connwrappers_port.ys
0 → 100644
misc/scripts/connwrappers_signed.ys
0 → 100644
misc/scripts/connwrappers_unsigned.ys
0 → 100644
misc/scripts/eval.ys
0 → 100644
misc/scripts/eval_set.ys
0 → 100644
misc/scripts/eval_set_undef.ys
0 → 100644
misc/scripts/eval_show.ys
0 → 100644
misc/scripts/eval_show_not_set.ys
0 → 100644
misc/scripts/eval_table.ys
0 → 100644
misc/scripts/eval_table_set.ys
0 → 100644
misc/scripts/eval_vloghammer_report.ys
0 → 100644
misc/scripts/eval_vloghammer_report_rtl.ys
0 → 100644
misc/scripts/freduce.ys
0 → 100644
misc/scripts/freduce_dump.ys
0 → 100644
misc/scripts/freduce_inv.ys
0 → 100644
misc/scripts/freduce_stop.ys
0 → 100644
misc/scripts/freduce_v.ys
0 → 100644
misc/scripts/freduce_vv.ys
0 → 100644
misc/scripts/miter_assert.ys
0 → 100644
misc/scripts/miter_assert_flatten.ys
0 → 100644
misc/scripts/plugin.ys
0 → 100644
misc/scripts/plugin_a.ys
0 → 100644
misc/scripts/plugin_i.ys
0 → 100644
misc/scripts/plugin_l.ys
0 → 100644
misc/scripts/rename_wire.ys
0 → 100644
misc/scripts/sat_dump_cnf.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_dump_json.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_dump_vcd.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_initsteps.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_max.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_maxsteps.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_prove_x.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_set.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_set_all_undef.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_set_all_undef_at.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_set_any_undef.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_set_any_undef_at.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_set_def.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_set_def_at.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_set_init.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_show.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_stepsize.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_tempinduct_skip.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sat_unset_at.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%C.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%R.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%R4.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%a.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%ci.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%cie.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%co.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%coe.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%i.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%m.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%n.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%s.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%u.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%x_%d.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_%xe.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_A_more.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_a.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_a_eq.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_a_less.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_a_lesseq.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_a_moreeq.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_all.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_c.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_i.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_m.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_mid.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_n.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_o.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_obj.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_p.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_r.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_r_eq.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_r_less.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_r_lesseq.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_r_more.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_r_moreeq.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_s.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_ss.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_t.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_w.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_add_x.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_all.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_assert_any.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_assert_count.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_assert_count_mem.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_assert_max.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_assert_max_mem.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_assert_min.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_assert_none.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_cd.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_cd_module.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_cd_up.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_clear.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_count.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_del.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_list.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_ls.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_ls_top.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_module.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_module_mem.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_none.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_read.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_set.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/select_write.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setattr.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setattr_mod.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setattr_set.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setattr_set_proc.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setattr_top.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setattr_unset.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setparam.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setparam_set.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setparam_top.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setparam_type.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setparam_unset.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setundef_anyconst.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setundef_anyseq.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setundef_expose.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setundef_init.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setundef_one.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setundef_random.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setundef_undef.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/setundef_undriven.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_a.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_clock.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_clock_mem.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_clockn.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_d.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_n.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_reset.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_resetn.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_rstlen.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_vcd.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_w.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_zinit.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/scripts/sim_zinit_mem.ys
0 → 100644
This diff is collapsed.
Click to expand it.
misc/select/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/select_cd/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/select_ls/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/select_mem/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/select_stack/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/setattr/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/setattr_mem/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/setparam/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/setundef/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/sim/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
misc/sim_mem/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
simple/async2sync/testbench.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/async2sync/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/design_import/testbench.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/design_import/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/flowmap/testbench.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/flowmap/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/flowmap_latch/testbench.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/flowmap_latch/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/flowmap_mem/testbench.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/flowmap_mem/top.v
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/async2sync.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/design_import.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/design_import_as.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_cells.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_debug.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_debug_relax.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_maxlut.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_minlut.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_optarea.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_r_alpha.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_r_beta.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_r_gamma.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_relax.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_relax_debug.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_relax_debug_relax.ys
0 → 100644
This diff is collapsed.
Click to expand it.
simple/scripts/flowmap_top.ys
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment