yosys/kernel/compat.h

7 lines
167 B
C
Raw Normal View History

2024-06-13 18:35:01 +02:00
// 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