3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-22 22:03:40 +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

@ -164,7 +164,7 @@ ifeq ($(OS), Haiku)
CXXFLAGS += -D_DEFAULT_SOURCE CXXFLAGS += -D_DEFAULT_SOURCE
endif endif
YOSYS_VER := 0.47+86 YOSYS_VER := 0.47+116
# Note: We arrange for .gitcommit to contain the (short) commit hash in # Note: We arrange for .gitcommit to contain the (short) commit hash in
# tarballs generated with git-archive(1) using .gitattributes. The git repo # tarballs generated with git-archive(1) using .gitattributes. The git repo

View file

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