aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/register.h
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2019-09-30 17:49:23 +0200
committerGitHub <noreply@github.com>2019-09-30 17:49:23 +0200
commit0d27ffd4e6d53349d80d6f29f9e6b2f1c4b03cb7 (patch)
treebd4c25fab759a4dc4a7354a9f6fc72205e97dfda /kernel/register.h
parent7ed13297b104c200f6d15cf1265417e823c8d308 (diff)
parent9e55b234b47b01dc396e793b7f31236c9e87c185 (diff)
downloadyosys-0d27ffd4e6d53349d80d6f29f9e6b2f1c4b03cb7.tar.gz
yosys-0d27ffd4e6d53349d80d6f29f9e6b2f1c4b03cb7.tar.bz2
yosys-0d27ffd4e6d53349d80d6f29f9e6b2f1c4b03cb7.zip
Merge pull request #1416 from YosysHQ/mmicko/frontend_binary_in
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);