mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-23 07:32:32 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
06c614a010
45 changed files with 523 additions and 724 deletions
|
|
@ -539,7 +539,7 @@ struct LibertyFrontend : public Frontend {
|
|||
|
||||
log_header(design, "Executing Liberty frontend: %s\n", filename.c_str());
|
||||
|
||||
LibertyParser parser(*f);
|
||||
LibertyParser parser(*f, filename);
|
||||
int cell_count = 0;
|
||||
|
||||
std::map<std::string, std::tuple<int, int, bool>> global_type_map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue