// 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