Skip to content

Commit

Permalink
new pin declaration mechanism: defaulting to deprecated behavior duri…
Browse files Browse the repository at this point in the history
…ng wip
  • Loading branch information
sylefeb committed Mar 7, 2024
1 parent 9304155 commit 8f854b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int main(int argc, char **argv)
cmd.add(toExport);
TCLAP::MultiArg<std::string> exportParam("P", "export_param", "specifies an export parameter for algorithm instantiation, e.g. -P name=value", false, "string");
cmd.add(exportParam);
TCLAP::SwitchArg disableCL0006("", "no-pin-check", "disable check for pin declaration in frameworks (see CL0006)", false);
TCLAP::SwitchArg disableCL0006("", "no-pin-check", "disable check for pin declaration in frameworks (see CL0006)", true); /// ///////////////////////////////////////////// TODO set to false once no longer wip
cmd.add(disableCL0006);

cmd.parse(argc, argv);
Expand Down

0 comments on commit 8f854b3

Please sign in to comment.