aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/blif/blifparse.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-06-17 13:46:01 +0200
committerClifford Wolf <clifford@clifford.at>2016-06-17 13:50:09 +0200
commit52bb1b968d4bfbbbd84eca88f0e80c486cc1a16e (patch)
tree59a78b1ea866b90e23c757bdba2c5c2680b9d636 /frontends/blif/blifparse.h
parentc3365034e9db8b6450db578daefd860276d5071f (diff)
downloadyosys-52bb1b968d4bfbbbd84eca88f0e80c486cc1a16e.tar.gz
yosys-52bb1b968d4bfbbbd84eca88f0e80c486cc1a16e.tar.bz2
yosys-52bb1b968d4bfbbbd84eca88f0e80c486cc1a16e.zip
Added $sop cell type and "abc -sop"
Diffstat (limited to 'frontends/blif/blifparse.h')
-rw-r--r--frontends/blif/blifparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/blif/blifparse.h b/frontends/blif/blifparse.h
index 3c01ed373..058087d81 100644
--- a/frontends/blif/blifparse.h
+++ b/frontends/blif/blifparse.h
@@ -24,7 +24,7 @@
YOSYS_NAMESPACE_BEGIN
-extern void parse_blif(RTLIL::Design *design, std::istream &f, std::string dff_name, bool run_clean = false);
+extern void parse_blif(RTLIL::Design *design, std::istream &f, std::string dff_name, bool run_clean = false, bool sop_mode = false);
YOSYS_NAMESPACE_END