mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Fix muxadd peepopt
This commit is contained in:
parent
4dfe7ec750
commit
71d672ebe9
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ code
|
|||
|
||||
// Log, fixup, accept
|
||||
log("muxadd pattern in %s: mux=%s, add=%s\n", log_id(module), log_id(mux), log_id(add));
|
||||
add->fixup_parameters();
|
||||
mux->fixup_parameters();
|
||||
accept;
|
||||
endcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue