You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Tincr's API closely mimics that of Vivado's: methods are formatted like batch commands, with parameters passed in via switches. This is verbose and hard to parse.
Re-format Tincr's API to resemble an OOP language: function signatures should accept parameters without requiring switches. Simulate classes by encapsulating functions inside of Tcl ensembles that operate on individual Vivado objects.
The text was updated successfully, but these errors were encountered:
Currently, Tincr's API closely mimics that of Vivado's: methods are formatted like batch commands, with parameters passed in via switches. This is verbose and hard to parse.
Re-format Tincr's API to resemble an OOP language: function signatures should accept parameters without requiring switches. Simulate classes by encapsulating functions inside of Tcl ensembles that operate on individual Vivado objects.
The text was updated successfully, but these errors were encountered: