yosys/passes
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
..
cmds hashlib: hash_eat -> hash_into 2024-12-18 15:09:25 +01:00
equiv hashlib: hash_eat -> hash_into 2024-12-18 15:09:25 +01:00
fsm Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
hierarchy Merge pull request #4706 from povik/keep_hierarchy-adjustalgo 2024-12-03 12:18:28 +01:00
memory rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
opt macc: Stop using the B port 2025-01-08 13:03:35 +01:00
pmgen Merge pull request #4448 from georgerennie/shiftadd_gating 2024-11-20 13:34:09 +01:00
proc hashlib: hash_eat -> hash_into 2024-12-18 15:09:25 +01:00
sat hashlib: hash_eat -> hash_into 2024-12-18 15:09:25 +01:00
techmap macc: Stop using the B port 2025-01-08 13:03:35 +01:00
tests macc: Stop using the B port 2025-01-08 13:03:35 +01:00