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:
parent
749d6cd8f7
commit
536a117ede
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