mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Refactoring: Renamed greenpak4_counters pass to extract_counter, moved it to techmap/ since it's going to become a generic pass
This commit is contained in:
parent
393b18e8e1
commit
b5c15636c5
4 changed files with 13 additions and 13 deletions
|
@ -17,6 +17,7 @@ OBJS += passes/techmap/iopadmap.o
|
|||
OBJS += passes/techmap/hilomap.o
|
||||
OBJS += passes/techmap/extract.o
|
||||
OBJS += passes/techmap/extract_fa.o
|
||||
OBJS += passes/techmap/extract_counter.o
|
||||
OBJS += passes/techmap/extract_reduce.o
|
||||
OBJS += passes/techmap/alumacc.o
|
||||
OBJS += passes/techmap/dff2dffe.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue