mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-19 15:19:05 +00:00
13 lines
213 B
C
13 lines
213 B
C
// TODO header whatever
|
|
|
|
#ifndef COMPAT_H
|
|
#define COMPAT_H
|
|
|
|
YOSYS_NAMESPACE_BEGIN
|
|
|
|
dict<RTLIL::IdString, RTLIL::Const> cell_to_mod_params (const RTLIL::Cell::FakeParams& cell_params);
|
|
|
|
YOSYS_NAMESPACE_END
|
|
|
|
#endif
|