mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Moved common techlib files to techlibs/common
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
GENFILES += passes/techmap/stdcells.inc
|
||||
OBJS += passes/techmap/techmap.o
|
||||
|
||||
passes/techmap/stdcells.inc: techlibs/stdcells.v
|
||||
passes/techmap/stdcells.inc: techlibs/common/stdcells.v
|
||||
echo "// autogenerated from $<" > $@.new
|
||||
od -v -td1 -w1 $< | awk 'BEGIN { print "static char stdcells_code[] = {"; } $$2 != "" { print $$2 ","; } \
|
||||
END { print 0 "};"; }' | fmt >> $@.new
|
||||
|
||||
Reference in New Issue
Block a user