mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-28 17:08:46 +00:00
simplemap: refactor to use FfData.
This commit is contained in:
parent
62739f7bf7
commit
f9aad606ca
3 changed files with 26 additions and 290 deletions
|
@ -34,12 +34,7 @@ extern void simplemap_mux(RTLIL::Module *module, RTLIL::Cell *cell);
|
|||
extern void simplemap_lut(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap_slice(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap_concat(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap_sr(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap_dff(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap_dffe(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap_dffsr(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap_adff(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap_dlatch(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap_ff(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
extern void simplemap(RTLIL::Module *module, RTLIL::Cell *cell);
|
||||
|
||||
extern void simplemap_get_mappers(dict<RTLIL::IdString, void(*)(RTLIL::Module*, RTLIL::Cell*)> &mappers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue