yosys/kernel/compat.h

13 lines
213 B
C
Raw Permalink Normal View History

2024-06-13 18:35:01 +02:00
// TODO header whatever
#ifndef COMPAT_H
#define COMPAT_H
2024-06-13 20:31:11 +02:00
YOSYS_NAMESPACE_BEGIN
2024-06-13 18:35:01 +02:00
dict<RTLIL::IdString, RTLIL::Const> cell_to_mod_params (const RTLIL::Cell::FakeParams& cell_params);
2024-06-13 20:31:11 +02:00
YOSYS_NAMESPACE_END
2024-06-13 18:35:01 +02:00
#endif