aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/blif/blifparse.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-16 13:38:47 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-16 13:38:47 -0700
commit6b51c154c6812f58676402ebbbdbb18d053ca4be (patch)
treeabc83b857152cd237fd3b64155bdcee2180b5855 /frontends/blif/blifparse.cc
parent2d5d82e2b6f7d369c0d41b499646a8719ff0bc20 (diff)
parent958be89c47ae4f11b5de07bc026bc2202e2ebc97 (diff)
downloadyosys-6b51c154c6812f58676402ebbbdbb18d053ca4be.tar.gz
yosys-6b51c154c6812f58676402ebbbdbb18d053ca4be.tar.bz2
yosys-6b51c154c6812f58676402ebbbdbb18d053ca4be.zip
Merge remote-tracking branch 'origin/master' into mwk/xilinx_bufgmap
Diffstat (limited to 'frontends/blif/blifparse.cc')
-rw-r--r--frontends/blif/blifparse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/blif/blifparse.cc b/frontends/blif/blifparse.cc
index a6a07863f..d17cacf29 100644
--- a/frontends/blif/blifparse.cc
+++ b/frontends/blif/blifparse.cc
@@ -78,7 +78,7 @@ failed:
return std::pair<RTLIL::IdString, int>("\\" + name, 0);
}
-void parse_blif(RTLIL::Design *design, std::istream &f, std::string dff_name, bool run_clean, bool sop_mode, bool wideports)
+void parse_blif(RTLIL::Design *design, std::istream &f, IdString dff_name, bool run_clean, bool sop_mode, bool wideports)
{
RTLIL::Module *module = nullptr;
RTLIL::Const *lutptr = NULL;