mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-03 14:06:09 +00:00
satgen: move report_missing_model here from equiv.h
This commit is contained in:
parent
81ea922512
commit
77f64de997
4 changed files with 22 additions and 16 deletions
|
|
@ -292,6 +292,8 @@ struct SatGen
|
|||
bool importCell(RTLIL::Cell *cell, int timestep = -1);
|
||||
};
|
||||
|
||||
void report_missing_model(bool warn_only, RTLIL::Cell* cell);
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue