mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-10 08:01:14 +00:00
patch: fix patch mixins
This commit is contained in:
parent
2c1d114cb1
commit
e331300c58
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
#include "kernel/newcelltypes.h"
|
||||
#include "kernel/binding.h"
|
||||
#include "kernel/sigtools.h"
|
||||
#include "kernel/unstable/patch.h"
|
||||
#include "kernel/threading.h"
|
||||
#include "frontends/verilog/verilog_frontend.h"
|
||||
#include "frontends/verilog/preproc.h"
|
||||
|
|
@ -5957,5 +5958,6 @@ std::map<unsigned int, RTLIL::Memory*> *RTLIL::Memory::get_all_memorys(void)
|
|||
#endif
|
||||
|
||||
template class CellAdderMixin<RTLIL::Module>;
|
||||
template class CellAdderMixin<RTLIL::Patch>;
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue