mirror of https://github.com/YosysHQ/yosys.git
Moved dfflibmap from passes/dfflibmap to passes/techmap
This commit is contained in:
parent
5745d3de9a
commit
b6db2d9b33
|
@ -1,10 +0,0 @@
|
|||
|
||||
OBJS += passes/dfflibmap/dfflibmap.o
|
||||
OBJS += passes/dfflibmap/libparse.o
|
||||
|
||||
TARGETS += yosys-filterlib
|
||||
GENFILES += passes/dfflibmap/filterlib.o
|
||||
|
||||
yosys-filterlib: passes/dfflibmap/filterlib.o
|
||||
$(CXX) -o yosys-filterlib $(LDFLAGS) $^ $(LDLIBS)
|
||||
|
|
@ -1,6 +1,9 @@
|
|||
|
||||
OBJS += passes/techmap/techmap.o
|
||||
OBJS += passes/techmap/dfflibmap.o
|
||||
OBJS += passes/techmap/libparse.o
|
||||
|
||||
GENFILES += passes/techmap/stdcells.inc
|
||||
OBJS += passes/techmap/techmap.o
|
||||
|
||||
passes/techmap/stdcells.inc: techlibs/common/stdcells.v
|
||||
echo "// autogenerated from $<" > $@.new
|
||||
|
@ -10,3 +13,9 @@ passes/techmap/stdcells.inc: techlibs/common/stdcells.v
|
|||
|
||||
passes/techmap/techmap.o: passes/techmap/stdcells.inc
|
||||
|
||||
TARGETS += yosys-filterlib
|
||||
GENFILES += passes/techmap/filterlib.o
|
||||
|
||||
yosys-filterlib: passes/techmap/filterlib.o
|
||||
$(CXX) -o yosys-filterlib $(LDFLAGS) $^ $(LDLIBS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue