1
0
mirror of synced 2026-05-27 07:08:03 +00:00
Files
YosysHQ.yosys/kernel/compat.h
Emil J. Tywoniak cc10ef7019 silly compat file
2024-06-13 18:35:01 +02:00

7 lines
167 B
C

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