mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Indentation
This commit is contained in:
parent
f280c480d8
commit
b69145e959
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ void read_libjson_cellarea(dict<IdString, cell_area_t> &cell_area, string libert
|
|||
if (f == NULL)
|
||||
log_cmd_error("Can't open input file `%s' for reading: %s\n", liberty_file.c_str(), strerror(errno));
|
||||
|
||||
nlohmann::json data = nlohmann::json::parse(*f);
|
||||
nlohmann::json data = nlohmann::json::parse(*f);
|
||||
nlohmann::json library = data["library"];
|
||||
if (library.contains("groups")) {
|
||||
nlohmann::json groups = library["groups"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue