1
0
mirror of synced 2026-01-19 09:38:22 +00:00
Mohamed Gaber d6b9158fa3
pyosys: fix regressions from 0.58
- consistently use value semantics for objects passed along FFI boundary
  (not ideal but matches previous behavior)
- add new overload of RTLIL::Module: addMemory that does not require a "donor" object
  - the idea is `Module`, `Memory`, `Wire`, `Cell` and `Process` cannot be directly constructed in Python and can only be added to the existing memory hierarchy in `Design` using the `add` methods - `Memory` requiring a donor object was the odd one out here
- fix superclass member wrapping only looking at direct superclass for inheritance instead of recursively checking superclasses
- fix superclass member wrapping not using superclass's denylists
- fix Design's `__str__` function not returning a string
- fix the generator crashing if there's any `std::function` in a header
- misc: add a crude `__repr__` based on `__str__`
2025-10-26 02:21:40 +03:00
..
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2024-12-18 15:09:25 +01:00
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2024-09-05 11:17:12 +02:00
2025-09-16 03:17:23 +00:00
2025-05-12 12:48:01 +12:00
2025-03-19 13:43:44 +01:00
2025-10-06 22:44:01 +00:00
2025-08-06 13:52:12 +12:00
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2025-09-16 03:17:23 +00:00
2025-08-06 21:34:37 +01:00
2025-10-26 02:21:40 +03:00
2025-10-26 02:21:40 +03:00
2024-02-06 18:01:26 +01:00
2025-09-15 17:18:42 +02:00
2025-09-15 17:22:15 +02:00
2025-09-16 03:17:23 +00:00
2025-01-14 12:39:15 +01:00