aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/register.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-09-29 13:22:11 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-09-29 13:22:11 +0200
commit3f70c1fd26eb109c2c4d899cce55f24bbf04acc1 (patch)
tree327cbd6c9c1c62362efe6e363ad6856f2f7e9a36 /kernel/register.h
parentce0631c371f69f0132ea9ee4bc8f5ee576dbb1a3 (diff)
downloadyosys-3f70c1fd26eb109c2c4d899cce55f24bbf04acc1.tar.gz
yosys-3f70c1fd26eb109c2c4d899cce55f24bbf04acc1.tar.bz2
yosys-3f70c1fd26eb109c2c4d899cce55f24bbf04acc1.zip
Open aig frontend as binary file
Diffstat (limited to 'kernel/register.h')
-rw-r--r--kernel/register.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/register.h b/kernel/register.h
index be836013f..85d552f0d 100644
--- a/kernel/register.h
+++ b/kernel/register.h
@@ -94,7 +94,7 @@ struct Frontend : Pass
virtual void execute(std::istream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design) = 0;
static std::vector<std::string> next_args;
- void extra_args(std::istream *&f, std::string &filename, std::vector<std::string> args, size_t argidx);
+ void extra_args(std::istream *&f, std::string &filename, std::vector<std::string> args, size_t argidx, bool bin_input = false);
static void frontend_call(RTLIL::Design *design, std::istream *f, std::string filename, std::string command);
static void frontend_call(RTLIL::Design *design, std::istream *f, std::string filename, std::vector<std::string> args);