mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-23 09:10:30 +00:00
Remove elarith-fast for now.
This commit is contained in:
parent
25eb394ad0
commit
862e9fc54e
2 changed files with 1 additions and 15 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue