mirror of https://github.com/YosysHQ/yosys.git
Add flag to track nested fork detection
This commit is contained in:
parent
10a4056e3b
commit
d6216ea85d
|
|
@ -63,6 +63,7 @@ private:
|
|||
void extractVarNames();
|
||||
void registerVar(const FstVar &var);
|
||||
|
||||
bool fork_vars_had_nested_fork = false; // Track if nested fork was detected
|
||||
struct fstReaderContext *ctx;
|
||||
std::vector<FstVar> vars;
|
||||
std::map<fstHandle, FstVar> handle_to_var;
|
||||
|
|
|
|||
Loading…
Reference in New Issue