mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
renamed LibertyParer to LibertyParser
This commit is contained in:
parent
c1da7661a5
commit
9a00980129
3 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue