mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
Add flag to track nested fork detection
This commit is contained in:
parent
10a4056e3b
commit
d6216ea85d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue