mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 08:35:32 +00:00
Add stack include to decorate_loops.h
This commit is contained in:
parent
462cbd4195
commit
ead4b34c3c
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
*
|
||||
*/
|
||||
#ifdef VERIFIC_LINEFILE_INCLUDES_LOOPS
|
||||
#include <stack>
|
||||
/*
|
||||
This Visitor decorates the AST with a loop ID attribute for all outer for loops.
|
||||
All AST nodes contained within the subtree of an outer for-loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue