aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-09-28 09:28:51 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-09-28 09:36:18 +0200
commitd0493925ec739aa13cd72e5aa525e98ca49cc326 (patch)
tree514d90fdc77cf3091a52dd6518ad25f9e4c0f433 /backends
parentc372e7baf9c48d41ebdbea4486a72e8dfaaddd3d (diff)
downloadyosys-d0493925ec739aa13cd72e5aa525e98ca49cc326.tar.gz
yosys-d0493925ec739aa13cd72e5aa525e98ca49cc326.tar.bz2
yosys-d0493925ec739aa13cd72e5aa525e98ca49cc326.zip
Support binary files for backends, fixes #1407
Diffstat (limited to 'backends')
-rw-r--r--backends/aiger/xaiger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc
index fa6ba0aca..87ba0aedf 100644
--- a/backends/aiger/xaiger.cc
+++ b/backends/aiger/xaiger.cc
@@ -856,7 +856,7 @@ struct XAigerBackend : public Backend {
}
break;
}
- extra_args(f, filename, args, argidx);
+ extra_args(f, filename, args, argidx, !ascii_mode);
Module *top_module = design->top_module();