mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-07 15:55:47 +00:00
silly compat file
This commit is contained in:
parent
61cf4b6fb6
commit
cc10ef7019
2 changed files with 26 additions and 0 deletions
6
kernel/compat.h
Normal file
6
kernel/compat.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
// 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
|
Loading…
Add table
Add a link
Reference in a new issue