yosys/passes/tests
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
..
flowmap flowmap: implement depth relaxation. 2019-01-08 01:13:05 +00:00
Makefile.inc Added "test_abcloop" command 2014-09-19 15:51:34 +02:00
test_abcloop.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
test_autotb.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
test_cell.cc macc: Stop using the B port 2025-01-08 13:03:35 +01:00