Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement an OOP framework around Tincr #4

Open
bradselw opened this issue Jan 12, 2016 · 0 comments
Open

Implement an OOP framework around Tincr #4

bradselw opened this issue Jan 12, 2016 · 0 comments
Assignees

Comments

@bradselw
Copy link
Collaborator

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.

@bradselw bradselw self-assigned this Jan 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant