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 moving pieces to this repository. Adding a new component can easily overlook some steps needed for a fully functional steps. It might be good to document what's needed to add a new component. In this issue(Or hopefully a new long living markdown file), we can keep track of what's needed to add a new component to this repository:
Basically, with the current setup adding a new component requires following:
There are many moving pieces to this repository. Adding a new component can easily overlook some steps needed for a fully functional steps. It might be good to document what's needed to add a new component. In this issue(Or hopefully a new long living markdown file), we can keep track of what's needed to add a new component to this repository:
Basically, with the current setup adding a new component requires following:
metanodefor the component.DeviceModelfor the compoenent.ConverCircuitToNetlistandConvertNetlistToCircuitandRecommendNextComponentplugins.It might be nice to further streamline this process such that it is less cumbersome to add a new component.