3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-23 06:01:27 +00:00
yosys/tests/pyosys
Mohamed Gaber 58e831486d
pyosys: __getitem__ for supported classes
- functions that have a const `[]` operator method now support `__getitem__` in Python
- fields of a pointer type now return a `reference_internal` instead of a `copy` because classes referenced to by pointers typically aren't copyable (e.g. RTLIL::Wire, RTLIL::Module, etc)
- removed duplicate of test_script.py
2025-11-19 18:09:41 +02:00
..
run_tests.py tests/pyosys: print log on failed test, fix make clean 2025-10-03 11:54:44 +03:00
spm.cut.v.gz pyosys: rewrite using pybind11 2025-10-03 11:54:44 +03:00
test_data_read.py pyosys: rewrite using pybind11 2025-10-03 11:54:44 +03:00
test_dict.py pyosys/hashlib: equivalence operators 2025-10-03 11:54:44 +03:00
test_ecp5_addsub.py pyosys: __getitem__ for supported classes 2025-11-19 18:09:41 +02:00
test_idict.py pyosys: fix ref-only classes, implicit conversions 2025-10-03 11:54:44 +03:00
test_idstring_lifetime.py pyosys: fix regressions from 0.58 2025-10-26 02:21:40 +03:00
test_import.py pyosys: globals, set operators for opaque types 2025-10-03 11:54:44 +03:00
test_indirect_inheritance.py pyosys: fix regressions from 0.58 2025-10-26 02:21:40 +03:00
test_logs.py pyosys: rewrite wrapper generator 2025-10-03 11:54:44 +03:00
test_monitor.py pyosys: fix regressions from 0.58 2025-10-26 02:21:40 +03:00
test_pass.py pyosys: rewrite using pybind11 2025-10-03 11:54:44 +03:00
test_set.py pyosys/hashlib: equivalence operators 2025-10-03 11:54:44 +03:00
test_sigspec_it.py pyosys: __getitem__ for supported classes 2025-11-19 18:09:41 +02:00