aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-09-15 11:52:57 +0200
committerClifford Wolf <clifford@clifford.at>2013-09-15 11:52:57 +0200
commit288ba9618af9c5ba9db1131955c92d59166d120d (patch)
treed65852d388355322a9e7166ba0b0661e24eb220e /passes/techmap
parent647c23b7b7e3a72fc64d9b1ad07dacd590865898 (diff)
downloadyosys-288ba9618af9c5ba9db1131955c92d59166d120d.tar.gz
yosys-288ba9618af9c5ba9db1131955c92d59166d120d.tar.bz2
yosys-288ba9618af9c5ba9db1131955c92d59166d120d.zip
Moved common techlib files to techlibs/common
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index 970236259..152950663 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -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