Editing Busports
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 34: | Line 34: | ||
* Yep, there's actually a reason for including the bus index in the port label: there can be multiple busports per source/sink, and they're pretty flexible. | * Yep, there's actually a reason for including the bus index in the port label: there can be multiple busports per source/sink, and they're pretty flexible. | ||
− | * | + | * [ [i_{0,0}, i_{0,1}, … , i_{0,m_0}],<br /> |
− | + | [i_{1,0}, i_{1,1}, … , i_{1,m_1}],<br /> | |
− | [i_{1,0}, i_{1,1}, … , i_{1,m_1}], | + | …<br /> |
− | … | ||
[i_{n,0}, i_{n,0}, … , i_{n,m_n}] ] | [i_{n,0}, i_{n,0}, … , i_{n,m_n}] ] | ||
− | |||
* Python list of lists naming the indices represented by each port.<br /> | * Python list of lists naming the indices represented by each port.<br /> | ||
[[File:multi-busses.png|multi-busses.png]] | [[File:multi-busses.png|multi-busses.png]] |