mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-03 13:07:58 +00:00
Replace std::map with dict for simplemap_mappers.
This commit is contained in:
parent
99b586b283
commit
437f3fb342
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue