mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 01:24:25 +02:00
Small bugfix in uniquify pass
Signed-off-by: Claire Xenia Wolf <[email protected]>
This commit is contained in:
@@ -52,6 +52,7 @@ struct UniquifyPass : public Pass {
|
||||
// flag_check = true;
|
||||
// continue;
|
||||
// }
|
||||
break;
|
||||
}
|
||||
extra_args(args, argidx, design);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user