mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Added library support to celltypes class and show pass
This commit is contained in:
parent
4fcb9a7b99
commit
65e5e1658c
3 changed files with 74 additions and 8 deletions
|
@ -525,7 +525,7 @@ struct ExtractPass : public Pass {
|
|||
|
||||
FILE *f = fopen(filename.c_str(), "wt");
|
||||
if (f == NULL)
|
||||
log_cmd_error("Can't open output file `%s'.\n", filename.c_str());
|
||||
log_error("Can't open output file `%s'.\n", filename.c_str());
|
||||
Backend::backend_call(map, f, filename, "ilang");
|
||||
fclose(f);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue