3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-09 16:55:49 +00:00

Merge pull request #65 from alaindargelas/fix_peephole_sub_neg

Fix Yosys test failures
This commit is contained in:
alaindargelas 2025-03-13 14:25:46 -07:00 committed by GitHub
commit bf6f7d1380
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 0 deletions

View file

@ -58,5 +58,6 @@ code
// Log, fixup, accept
log("sub_neg pattern in %s: neg=%s, sub=%s\n", log_id(module), log_id(neg), log_id(sub));
sub->fixup_parameters();
accept;
endcode