aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-11-22 23:01:18 -0800
committerEddie Hung <eddie@fpgeh.com>2019-11-22 23:01:18 -0800
commit1851f4b4889a45dbb28ed1969ce63c3d7afcede7 (patch)
tree86c3bbfd3945aa5e968ae9c6dac9c2dd23791b8f /passes
parentd223e11a72a6f38061ab08c332d9d3c22af5761c (diff)
parent900c806d4e48e861161661239de418613f50babb (diff)
downloadyosys-1851f4b4889a45dbb28ed1969ce63c3d7afcede7.tar.gz
yosys-1851f4b4889a45dbb28ed1969ce63c3d7afcede7.tar.bz2
yosys-1851f4b4889a45dbb28ed1969ce63c3d7afcede7.zip
Merge remote-tracking branch 'origin/eddie/clkpart' into xaig_dff
Diffstat (limited to 'passes')
-rw-r--r--passes/hierarchy/Makefile.inc1
-rw-r--r--passes/hierarchy/clkpart.cc (renamed from passes/techmap/clkpart.cc)0
-rw-r--r--passes/techmap/Makefile.inc1
3 files changed, 1 insertions, 1 deletions
diff --git a/passes/hierarchy/Makefile.inc b/passes/hierarchy/Makefile.inc
index b3f139b72..ea809ec08 100644
--- a/passes/hierarchy/Makefile.inc
+++ b/passes/hierarchy/Makefile.inc
@@ -2,4 +2,5 @@
OBJS += passes/hierarchy/hierarchy.o
OBJS += passes/hierarchy/uniquify.o
OBJS += passes/hierarchy/submod.o
+OBJS += passes/hierarchy/clkpart.o
diff --git a/passes/techmap/clkpart.cc b/passes/hierarchy/clkpart.cc
index 8f671c175..8f671c175 100644
--- a/passes/techmap/clkpart.cc
+++ b/passes/hierarchy/clkpart.cc
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index 13992315e..cd357d72a 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -41,7 +41,6 @@ OBJS += passes/techmap/zinit.o
OBJS += passes/techmap/dff2dffs.o
OBJS += passes/techmap/flowmap.o
OBJS += passes/techmap/extractinv.o
-OBJS += passes/techmap/clkpart.o
endif
GENFILES += passes/techmap/techmap.inc