aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/simplemap.h
diff options
context:
space:
mode:
authorclairexen <claire@symbioticeda.com>2020-05-31 20:40:48 +0200
committerGitHub <noreply@github.com>2020-05-31 20:40:48 +0200
commitff785cdb46d6b1ddc19d5acc21b4d1236b3adf3f (patch)
tree1cd1a2a26ed78e489b4945275a92bbb02f1b02d4 /passes/techmap/simplemap.h
parentfe273faad11d67b1473b966e606ca982b91afd85 (diff)
parent6eea4b3d79590f874caa3ec740785781f3926666 (diff)
downloadyosys-ff785cdb46d6b1ddc19d5acc21b4d1236b3adf3f.tar.gz
yosys-ff785cdb46d6b1ddc19d5acc21b4d1236b3adf3f.tar.bz2
yosys-ff785cdb46d6b1ddc19d5acc21b4d1236b3adf3f.zip
Merge pull request #1862 from boqwxp/cleanup_techmap
Clean up `passes/techmap/techmap.cc`
Diffstat (limited to 'passes/techmap/simplemap.h')
-rw-r--r--passes/techmap/simplemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/simplemap.h b/passes/techmap/simplemap.h
index c2d73ea79..5091050a1 100644
--- a/passes/techmap/simplemap.h
+++ b/passes/techmap/simplemap.h
@@ -42,7 +42,7 @@ extern void simplemap_adff(RTLIL::Module *module, RTLIL::Cell *cell);
extern void simplemap_dlatch(RTLIL::Module *module, RTLIL::Cell *cell);
extern void simplemap(RTLIL::Module *module, RTLIL::Cell *cell);
-extern void simplemap_get_mappers(std::map<RTLIL::IdString, void(*)(RTLIL::Module*, RTLIL::Cell*)> &mappers);
+extern void simplemap_get_mappers(dict<RTLIL::IdString, void(*)(RTLIL::Module*, RTLIL::Cell*)> &mappers);
YOSYS_NAMESPACE_END