mirror of https://github.com/YosysHQ/yosys.git
7 lines
167 B
C
7 lines
167 B
C
|
|
// TODO header whatever
|
||
|
|
|
||
|
|
#ifndef COMPAT_H
|
||
|
|
#define COMPAT_H
|
||
|
|
dict<RTLIL::IdString, RTLIL::Const> cell_to_mod_params (const RTLIL::Cell::FakeParams& cell_params);
|
||
|
|
#endif
|