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
Using a bus interface to specify signal properties of a process can provide benefits, but how do you connect components which have a subset of common signals? I'm thinking of a component that has an 8 bit input bus that connects to a 32 bit address bus.
The text was updated successfully, but these errors were encountered:
Right now you have to have an intermediate process that just forwards the relevant bits, using some and/or bit fiddling. I have written some ideas in issue #11 for how to support it.
Using a bus interface to specify signal properties of a process can provide benefits, but how do you connect components which have a subset of common signals? I'm thinking of a component that has an 8 bit input bus that connects to a 32 bit address bus.
The text was updated successfully, but these errors were encountered: