summaryrefslogtreecommitdiff
path: root/passes/techmap/techmap.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-12-24 10:49:24 +0100
committerClifford Wolf <clifford@clifford.at>2014-12-24 10:49:24 +0100
commit4aa9fbbf3fe095220895dd2508ac6118b7382493 (patch)
tree0a57e44761ba6749bd2c8703157aaf1ba785770d /passes/techmap/techmap.cc
parentedb3c9d0c4f0bc3a108ffebc01f02ff4d7354487 (diff)
Improvements in simplemap api, added $ne $nex $eq $eqx support
Diffstat (limited to 'passes/techmap/techmap.cc')
-rw-r--r--passes/techmap/techmap.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/passes/techmap/techmap.cc b/passes/techmap/techmap.cc
index e109c5b5..04d345d3 100644
--- a/passes/techmap/techmap.cc
+++ b/passes/techmap/techmap.cc
@@ -26,13 +26,11 @@
#include <stdio.h>
#include <string.h>
+#include "simplemap.h"
#include "passes/techmap/techmap.inc"
YOSYS_NAMESPACE_BEGIN
-// see simplemap.cc
-extern void simplemap_get_mappers(std::map<RTLIL::IdString, void(*)(RTLIL::Module*, RTLIL::Cell*)> &mappers);
-
// see maccmap.cc
extern void maccmap(RTLIL::Module *module, RTLIL::Cell *cell, bool unmap = false);