aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ilang/ilang_frontend.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-12-23 15:45:09 +0100
committerClifford Wolf <clifford@clifford.at>2018-12-23 15:45:09 +0100
commit6dad1913779f729222f65e1098a4facb36c5837a (patch)
tree05a5433e9a846a31c5b2f05ed09950398fbb8397 /frontends/ilang/ilang_frontend.h
parentd938ce7ab6df091e0edd40f85f08fcd5458d9d6d (diff)
downloadyosys-6dad1913779f729222f65e1098a4facb36c5837a.tar.gz
yosys-6dad1913779f729222f65e1098a4facb36c5837a.tar.bz2
yosys-6dad1913779f729222f65e1098a4facb36c5837a.zip
Add "read_ilang -[no]overwrite"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'frontends/ilang/ilang_frontend.h')
-rw-r--r--frontends/ilang/ilang_frontend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/ilang/ilang_frontend.h b/frontends/ilang/ilang_frontend.h
index ad3ffec90..052dd4cb2 100644
--- a/frontends/ilang/ilang_frontend.h
+++ b/frontends/ilang/ilang_frontend.h
@@ -32,6 +32,8 @@ YOSYS_NAMESPACE_BEGIN
namespace ILANG_FRONTEND {
extern std::istream *lexin;
extern RTLIL::Design *current_design;
+ extern bool flag_nooverwrite;
+ extern bool flag_overwrite;
}
YOSYS_NAMESPACE_END