mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-23 14:11:28 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| run_tests.py | ||
| spm.cut.v.gz | ||
| test_data_read.py | ||
| test_dict.py | ||
| test_ecp5_addsub.py | ||
| test_idict.py | ||
| test_idstring_lifetime.py | ||
| test_import.py | ||
| test_indirect_inheritance.py | ||
| test_logs.py | ||
| test_monitor.py | ||
| test_pass.py | ||
| test_set.py | ||
| test_sigspec_it.py | ||