3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-30 21:57:47 +00:00

Remove elarith-fast for now.

This commit is contained in:
nella 2026-05-19 10:39:01 +02:00
parent 749d6cd8f7
commit 536a117ede
2 changed files with 1 additions and 15 deletions

View file

@ -353,6 +353,7 @@ struct ArithTreeWorker {
void emit_elarith_macro(std::vector<Operand> &operands, SigSpec result_y, int neg_compensation, bool any_signed, const char *desc)
{
// Multi operand
int width = GetSize(result_y);
auto pool = build_operand_pool(operands, width, neg_compensation);