Skip to content

Commit

Permalink
For Loop info
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Nov 21, 2024
1 parent 1dddba0 commit 11f44b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontends/verific/verific.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2918,9 +2918,9 @@ std::set<std::string> import_tops(const char* work, std::map<std::string,Netlist
#ifdef VERIFIC_LINEFILE_INCLUDES_LOOPS
// Decorate AST with loop scope id
VeriModule *module;
MapIter mi ;
MapIter mi ;
DecorateLoopsVisitor loop_visitor;
FOREACH_VERILOG_MODULE_IN_LIBRARY(veri_lib, mi,module) {
FOREACH_VERILOG_MODULE_IN_LIBRARY(veri_lib, mi,module) {
module->Accept(loop_visitor);
}
#endif
Expand Down

0 comments on commit 11f44b2

Please sign in to comment.