diff options
Diffstat (limited to 'frontends/ast/ast.h')
-rw-r--r-- | frontends/ast/ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h index 99760e09c..f6bb7a40f 100644 --- a/frontends/ast/ast.h +++ b/frontends/ast/ast.h @@ -205,6 +205,7 @@ namespace AST virtual ~AstModule(); virtual RTLIL::IdString derive(RTLIL::Design *design, std::map<RTLIL::IdString, RTLIL::Const> parameters); virtual void update_auto_wires(std::map<RTLIL::IdString, int> auto_sizes); + virtual RTLIL::Module *clone() const; }; // this must be set by the language frontend before parsing the sources |