mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 08:35:32 +00:00
Loop info
This commit is contained in:
parent
dde6a8d8f1
commit
179bd25235
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -164,7 +164,7 @@ ifeq ($(OS), Haiku)
|
|||
CXXFLAGS += -D_DEFAULT_SOURCE
|
||||
endif
|
||||
|
||||
YOSYS_VER := 0.47+86
|
||||
YOSYS_VER := 0.47+116
|
||||
|
||||
# Note: We arrange for .gitcommit to contain the (short) commit hash in
|
||||
# tarballs generated with git-archive(1) using .gitattributes. The git repo
|
||||
|
|
|
@ -73,4 +73,4 @@ class DecorateLoopsVisitor : public VeriVisitor
|
|||
std::stack<VeriLoop *> loopStack;
|
||||
uint32_t outerLoopId = 0;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue