Some calls in Tincr used "get_design" instead of Vivado's "get_designs". The problem with this is that if you import the tincr namespace, "get_design" becomes ambiguous since there is tincr procedure by the name of "get_design_info". See issue #85.
This PR just replaces instances of "get_design" to "get_designs" to fix the problem.
Some calls in Tincr used "get_design" instead of Vivado's "get_designs". The problem with this is that if you import the tincr namespace, "get_design" becomes ambiguous since there is tincr procedure by the name of "get_design_info". See issue #85.
This PR just replaces instances of "get_design" to "get_designs" to fix the problem.