1
0
mirror of synced 2026-05-24 14:11:23 +00:00
Files
YosysHQ.yosys/kernel/compat.h
2024-06-13 20:31:11 +02:00

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