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
Goal: create a set of core blocks for dealing with bus manipulation in a programmatic way. This allows gui users and JSON markup users to manipulate buses without loops.
bus concat - concatenate several ports or buses into a single larger bus. This is effectively a Topology block composed of only connections - no runtime overhead.
bus splitter - split an input bus into several sub ports or buses. Also a pure topology block without runtime overhead.
The text was updated successfully, but these errors were encountered:
Core bus support blocks
Goal: create a set of core blocks for dealing with bus manipulation in a programmatic way. This allows gui users and JSON markup users to manipulate buses without loops.
The text was updated successfully, but these errors were encountered: