aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/dfflibmap.cc
diff options
context:
space:
mode:
authorAhmed Irfan <ahmedirfan1983@gmail.com>2014-01-15 11:26:44 +0100
committerAhmed Irfan <ahmedirfan1983@gmail.com>2014-01-15 11:26:44 +0100
commit8661626157f1a0d13a60580e93c614b6abb1bea6 (patch)
treea85c52348c33fffaac406ac839b73689e5d34734 /passes/techmap/dfflibmap.cc
parent661b5a993ebbe331c8d4085372622587e1712ab4 (diff)
parent66198d8591a66b8ec34237c1151d992c7f4d5224 (diff)
downloadyosys-8661626157f1a0d13a60580e93c614b6abb1bea6.tar.gz
yosys-8661626157f1a0d13a60580e93c614b6abb1bea6.tar.bz2
yosys-8661626157f1a0d13a60580e93c614b6abb1bea6.zip
Merge branch 'master' of https://github.com/ahmedirfan1983/yosys into btor
Diffstat (limited to 'passes/techmap/dfflibmap.cc')
-rw-r--r--passes/techmap/dfflibmap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/dfflibmap.cc b/passes/techmap/dfflibmap.cc
index 40caf7801..23d93353f 100644
--- a/passes/techmap/dfflibmap.cc
+++ b/passes/techmap/dfflibmap.cc
@@ -470,7 +470,7 @@ struct DfflibmapPass : public Pass {
FILE *f = fopen(liberty_file.c_str(), "r");
if (f == NULL)
log_cmd_error("Can't open liberty file `%s': %s\n", liberty_file.c_str(), strerror(errno));
- LibertyParer libparser(f);
+ LibertyParser libparser(f);
fclose(f);
find_cell(libparser.ast, "$_DFF_N_", false, false, false, false);