parser.add_argument('--seed',type=int,default=42,help='Random seed for reproducibility. Default: 42.')
parser.add_argument('--seed',type=int,default=42,help='Random seed for reproducibility. Default: 42.')
parser.add_argument('circuit',help='Gate-level verilog, bench, or nix package to import. See available packages: "nix flake show github:s-holst/benchmark-circuits".')
parser.add_argument('circuit',help='Gate-level verilog, bench, or nix package to import. See available packages: "nix flake show github:s-holst/benchmark-circuits".')