3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-09 18:41:06 +00:00
yosys/tests/arch/ecp5
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
..
add_sub.ys
adffs.ys
bug1459.ys Add testcase from #1459 2020-01-06 16:22:22 -08:00
bug1598.ys Add #1598 testcase 2019-12-27 16:44:57 -08:00
bug1630.il.gz
bug1630.ys
bug1836.mem
bug1836.ys
bug2409.ys
bug2731.ys abc9: replace cell type/parameters if derived type already processed (#2991) 2021-09-09 10:05:55 -07:00
counter.ys
dffs.ys
dpram.v
dpram.ys
fsm.ys
latches.ys
latches_abc9.ys
logic.ys
lutram.ys
macc.v
macc.ys
memories.ys
mul.ys
mux.ys
opt_lut_ins.ys
rom.v Moved all tests in arch sub directory 2019-10-18 11:06:12 +02:00
rom.ys
run-test.sh test: restore verific handling, nicer naming 2024-12-13 10:24:47 +01:00
shifter.ys
tribuf.ys