aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorRobert Ou <rqou@robertou.com>2017-08-27 02:01:32 -0700
committerRobert Ou <rqou@robertou.com>2017-08-27 02:01:32 -0700
commit8a5887464c4c8dc9b1f3ecd987d7be9bca51b8f8 (patch)
tree2b28889aaf93db18ecbf9e15b1db5d20f2cb028b /passes/techmap/Makefile.inc
parent99dad40ed056e33173be4cb24b476ae0ab28edc7 (diff)
downloadyosys-8a5887464c4c8dc9b1f3ecd987d7be9bca51b8f8.tar.gz
yosys-8a5887464c4c8dc9b1f3ecd987d7be9bca51b8f8.tar.bz2
yosys-8a5887464c4c8dc9b1f3ecd987d7be9bca51b8f8.zip
recover_reduce: Rename recover_reduce_core to recover_reduce
Clifford has commented on PR #387 stating that he does not like the driver script and would prefer to only have the core script with appropriate notes in the documentation. Also rename to .cc (rather than .cpp) for consistency.
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r--passes/techmap/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index 7561369b9..c2b918f00 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -18,7 +18,6 @@ OBJS += passes/techmap/hilomap.o
OBJS += passes/techmap/extract.o
OBJS += passes/techmap/extract_fa.o
OBJS += passes/techmap/recover_reduce.o
-OBJS += passes/techmap/recover_reduce_core.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o
OBJS += passes/techmap/dffinit.o