amaranth/amaranth/back
Catherine 738d8b7764 hdl: deprecate {Const,Signal}.{width,signed} accessors.
These accessors used to be necessary (in addition to `.shape()`) while
the AST nodes were mutable. However, after commit 2bf1b4da that made
AST nodes immutable, there is no technical requirement to keep them
around. Additionally:

- `len(value)` is shorter than `value.width` and works with any `value`
- `value.shape().signed` is longer than `value.signed` but works with
  any `value`
2024-03-26 22:56:17 +00:00
..
__init__.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
cxxrtl.py Pyupgrade to 3.8+. NFCI 2023-11-14 13:07:21 +00:00
rtlil.py hdl: deprecate {Const,Signal}.{width,signed} accessors. 2024-03-26 22:56:17 +00:00
verilog.py docs/install: fix Yosys version requirement. 2024-03-22 01:22:02 +00:00