3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-20 01:03:21 +00:00
yosys/tests/various
2024-10-10 13:34:05 -07:00
..
dynamic_part_select
.gitignore Update gitignore 2024-10-10 13:34:05 -07:00
abc9.v
abc9.ys.DISABLED Standardize convention, add back test, update README 2024-09-23 06:06:43 -07:00
aiger2.ys aiger2: Add test of writing a flattened view 2024-10-07 12:04:33 +02:00
aiger_dff.ys
async.sh
async.v
attrib05_port_conn.v
attrib05_port_conn.ys
attrib07_func_call.v
attrib07_func_call.ys
autoname.ys
blackbox_wb.ys
box_derive.ys
bug1496.ys
bug1531.ys
bug1614.ys
bug1710.ys
bug1745.ys
bug1781.ys
bug1876.ys
bug2014.ys
bug3462.ys
bug4082.ys
cellarray_array_connections.ys
celledges_shift.ys
check.ys.DISABLED Standardize convention, add back test, update README 2024-09-23 06:06:43 -07:00
check_2.ys.DISABLED Standardize convention, add back test, update README 2024-09-23 06:06:43 -07:00
check_3.ys.DISABLED Standardize convention, add back test, update README 2024-09-23 06:06:43 -07:00
check_4.ys.DISABLED Standardize convention, add back test, update README 2024-09-23 06:06:43 -07:00
chformal_check.ys
chformal_coverenable.ys
chparam.sh
clk2fflogic_effects.sh
clk2fflogic_effects.sv
const_arg_loop.sv
const_arg_loop.ys
const_func.sv
const_func.ys
const_func_block_var.v
const_func_block_var.ys
constant_drive_conflict.ys
constcomment.ys
constmsk_test.v
constmsk_test.ys
constmsk_testmap.v
countbits.sv
countbits.ys
deminout_unused.ys
design.ys
design1.ys
design2.ys
dynamic_part_select.ys
elab_sys_tasks.sv
elab_sys_tasks.ys
equiv_make_make_assert.ys
equiv_opt_multiclock.ys
equiv_opt_undef.ys
exec.ys
fib.v
fib.ys
fib_tern.v
fib_tern.ys
func_port_implied_dir.sv
func_port_implied_dir.ys
gen_if_null.v
gen_if_null.ys
global_scope.ys
gzip_verilog.v.gz
gzip_verilog.ys
help.ys
hierarchy.sh
hierarchy_defer.ys
hierarchy_generate.ys
hierarchy_param.ys
ice40_mince_abc9.ys.DISABLED Standardize convention, add back test, update README 2024-09-23 06:06:43 -07:00
integer_range_bad_syntax.ys
integer_real_bad_syntax.ys
json_escape_chars.ys
logger_cmd_error.sh.DISABLED Disable broken test 2024-10-10 13:31:59 -07:00
logger_error.ys
logger_fail.sh Updating Yosys 2024-10-03 01:46:09 -07:00
logger_nowarning.ys
logger_warn.ys
logger_warning.ys
logic_param_simple.ys
mem2reg.ys
memory_word_as_index.data
memory_word_as_index.v
memory_word_as_index.ys
muxcover.ys
muxpack.v
muxpack.ys
param_struct.ys
peepopt.ys
plugin.cc
plugin.sh.DISABLED Standardize convention, add back test, update README 2024-09-23 06:06:43 -07:00
pmgen_reduce.ys
pmux2shiftx.v
pmux2shiftx.ys
port_sign_extend.v
port_sign_extend.ys
primitives.ys
printattr.ys
rand_const.sv
rand_const.ys
README.md Disable broken test 2024-10-10 13:31:59 -07:00
reg_wire_error.sv
reg_wire_error.ys
rename_scramble_name.ys
rtlil_signed_attribute.ys Ensure signed constants are correctly parsed, represented, and exported in RTLIL. Add a test to check parsing and exporting 2024-08-21 14:28:42 +01:00
rtlil_z_bits.ys
run-test.sh
scopeinfo.ys Skip some various tests and fix scopeinfo to match our convention 2024-09-23 05:39:39 -07:00
scratchpad.ys
script.ys
sformatf.ys
shregmap.v
shregmap.ys
signed.ys
signext.ys
sim_const.ys
specify.v
specify.ys
src.ys
sta.ys
struct_access.sv
struct_access.ys
sub.v
submod.ys
submod_extract.ys
sv_defines.ys
sv_defines_dup.ys
sv_defines_mismatch.ys
sv_defines_too_few.ys
sv_implicit_ports.sh
svalways.sh
wreduce.ys
write_gzip.ys
xaiger.ys

Simple tests

Disabled

  • abc9: we do not support abc9
  • check: we handle logic loops differently
  • check2: we handle logic loops differently
  • check3: we handle logic loops differently
  • check4: we handle logic loops differently
  • ice40_mince_abc9: we do not support abc9
  • plugin: we do not support plugins

Broken

  • logger_cmd_error: not sure why broken...