3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-07 15:55:47 +00:00

Loop info

This commit is contained in:
Alain Dargelas 2024-11-21 11:23:13 -08:00
parent dde6a8d8f1
commit 179bd25235
2 changed files with 2 additions and 2 deletions

View file

@ -73,4 +73,4 @@ class DecorateLoopsVisitor : public VeriVisitor
std::stack<VeriLoop *> loopStack;
uint32_t outerLoopId = 0;
};
#endif
#endif