aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.h
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-09-20 12:21:36 -0700
committerEddie Hung <eddie@fpgeh.com>2019-09-20 12:21:36 -0700
commit3fb839e2555755d29cb8304af9a9cc10d1f5e5ef (patch)
tree81978ed22a9511e259c7c37ffc80e061b2846d84 /frontends/ast/ast.h
parenteb597431f03cb402db4fc8a514c031efc29e6580 (diff)
parentf3781f98db227f160e08b2fc7cf8c61f663a56c9 (diff)
downloadyosys-3fb839e2555755d29cb8304af9a9cc10d1f5e5ef.tar.gz
yosys-3fb839e2555755d29cb8304af9a9cc10d1f5e5ef.tar.bz2
yosys-3fb839e2555755d29cb8304af9a9cc10d1f5e5ef.zip
Merge remote-tracking branch 'origin/master' into xc7dsp
Diffstat (limited to 'frontends/ast/ast.h')
-rw-r--r--frontends/ast/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h
index 54b2fb319..93fee913e 100644
--- a/frontends/ast/ast.h
+++ b/frontends/ast/ast.h
@@ -299,6 +299,7 @@ namespace AST
std::string derive_common(RTLIL::Design *design, dict<RTLIL::IdString, RTLIL::Const> parameters, AstNode **new_ast_out, bool mayfail);
void reprocess_module(RTLIL::Design *design, dict<RTLIL::IdString, RTLIL::Module *> local_interfaces) YS_OVERRIDE;
RTLIL::Module *clone() const YS_OVERRIDE;
+ void loadconfig() const;
};
// this must be set by the language frontend before parsing the sources