Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop info #27

Merged
merged 4 commits into from
Nov 21, 2024
Merged

Loop info #27

merged 4 commits into from
Nov 21, 2024

Conversation

alaindargelas
Copy link

What are the reasons/motivation for this change?

Explain how this is achieved.

If applicable, please suggest to reviewers how they can test the change.

@@ -2996,6 +3010,17 @@ std::string verific_import(Design *design, const std::map<std::string,std::strin
for (const auto &i : parameters)
verific_params.Insert(i.first.c_str(), i.second.c_str());

#ifdef VERIFIC_LINEFILE_INCLUDES_LOOPS
VeriLibrary* veri_lib = veri_file::GetLibrary("work", 1);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix indent

@akashlevy akashlevy merged commit 70f7778 into Silimate:main Nov 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants