3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-18 22:59:03 +00:00

fix formatting

This commit is contained in:
Miodrag Milanovic 2022-09-23 09:19:31 +02:00
parent 2cbc10dd88
commit c465fca007

View file

@ -155,8 +155,8 @@ Verific::Cell * yosys_verific_cell_callback(const char *cell_name)
{
char *copy = strdup(cell_name);
char *part = strtok(copy, "(");
Verific::Libset *gls = Verific::Libset::Global() ;
Verific::Library *new_library = gls->GetLibrary("Yosys") ;
Verific::Libset *gls = Verific::Libset::Global() ;
Verific::Library *new_library = gls->GetLibrary("Yosys") ;
if (new_library) {
Verific::Cell *new_cell = new_library->GetCell(cell_name);
if (!new_cell) {