mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 15:37:59 +00:00
flatten: split from techmap.
Although the two passes started out very similar, they diverged over time and now have little in common. Moreover, `techmap` is extremely complex while `flatten` does not have to be, and this complexity interferes with improving `flatten`.
This commit is contained in:
parent
577859fbdb
commit
6ac54a74fe
3 changed files with 1149 additions and 93 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
OBJS += passes/techmap/flatten.o
|
||||
OBJS += passes/techmap/techmap.o
|
||||
OBJS += passes/techmap/simplemap.o
|
||||
OBJS += passes/techmap/dfflibmap.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue