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
There are many functions which accept TTDevice/PCIDevice as a first argument -> These should be moved as private members of these classes.
There are also some functions which should be private members of tt_SiliconDriver.
There are also some functions which can go to a new file "system_utils.h" and be implemented as global there, so that its clear they aren't tied to any specific class.
Revisit all global functions.
The text was updated successfully, but these errors were encountered:
There are many functions which accept TTDevice/PCIDevice as a first argument -> These should be moved as private members of these classes.
There are also some functions which should be private members of tt_SiliconDriver.
There are also some functions which can go to a new file "system_utils.h" and be implemented as global there, so that its clear they aren't tied to any specific class.
Revisit all global functions.
The text was updated successfully, but these errors were encountered: