1
0
mirror of synced 2026-01-22 18:51:50 +00:00
Martin Povišer 652a1b9806 macc: Stop using the B port
The B port is for single-bit summands. These can just as well be
represented as an additional summand on the A port (which supports
summands of arbitrary width). An upcoming `$macc_v2` cell won't be
special-casing single-bit summands in any way.

In preparation, make the following changes:

 * remove the `bit_ports` field from the `Macc` helper (instead add any
   single-bit summands to `ports` next to other summands)

 * leave `B` empty on cells emitted from `Macc::to_cell`
2025-01-08 13:03:35 +01:00
..
2024-12-10 14:27:55 +01:00
2024-12-18 14:58:31 +01:00
2025-01-08 13:03:35 +01:00
2023-02-08 10:11:47 +01:00
2024-12-01 16:00:04 +01:00
2022-11-30 18:50:53 +01:00
2024-12-18 15:09:25 +01:00
2022-01-28 23:34:41 +01:00
2021-08-11 13:34:10 +02:00
2024-12-18 15:09:25 +01:00
2022-12-01 10:02:35 +01:00
2025-01-08 13:03:35 +01:00
2023-10-02 17:32:56 +01:00
2024-12-03 20:20:00 +01:00