summaryrefslogtreecommitdiff
path: root/passes/techmap/dfflibmap.cc
diff options
context:
space:
mode:
authorAhmed Irfan <ahmedirfan1983@gmail.com>2014-01-15 02:20:34 -0800
committerAhmed Irfan <ahmedirfan1983@gmail.com>2014-01-15 02:20:34 -0800
commit66198d8591a66b8ec34237c1151d992c7f4d5224 (patch)
tree8b75557abbd1fa19cf02df2721cbb47339afc12f /passes/techmap/dfflibmap.cc
parentb4ce7fee06d14d2b767ad81968b5047766d4da84 (diff)
parent11c7df40c39396c890bb0ba830019bcebfdbc49a (diff)
Merge pull request #2 from cliffordwolf/master
hierarchy
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 40caf780..23d93353 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);