diff options
Diffstat (limited to 'passes/techmap/dfflibmap.cc')
-rw-r--r-- | passes/techmap/dfflibmap.cc | 2 |
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); |