mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-30 18:01:44 +02:00
Quartus assumes unsigned multiplication by default, breaking signed multiplies, so add an input signedness parameter to the MISTRAL_MUL* cells to propagate to Quartus' <family>_mac cells.