Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AieMlMemTileStrmSwSlavePortMap is wrong #4

Open
makslevental opened this issue Jun 30, 2024 · 0 comments
Open

AieMlMemTileStrmSwSlavePortMap is wrong #4

makslevental opened this issue Jun 30, 2024 · 0 comments

Comments

@makslevental
Copy link

makslevental commented Jun 30, 2024

/* PhyPort 11 */
.PortType = NORTH,
.PortNum = 0,
},
{
/* PhyPort 12 */
.PortType = NORTH,
.PortNum = 1,
},
{
/* PhyPort 13 */
.PortType = NORTH,
.PortNum = 2,
},
{
/* PhyPort 14 */
.PortType = NORTH,
.PortNum = 3,
},
{
/* PhyPort 15 */
.PortType = NORTH,
.PortNum = 4,
},
{
/* PhyPort 16 */
.PortType = NORTH,
.PortNum = 5,
},

should be

	{
		/* PhyPort 11 */
		.PortType = SOUTH,
		.PortNum = 4,
	},
	{
		/* PhyPort 12 */
		.PortType = SOUTH,
		.PortNum = 5,
	},
	{
		/* PhyPort 13 */
		.PortType = NORTH,
		.PortNum = 0,
	},
	{
		/* PhyPort 14 */
		.PortType = NORTH,
		.PortNum = 1,
	},
	{
		/* PhyPort 15 */
		.PortType = NORTH,
		.PortNum = 2,
	},
	{
		/* PhyPort 16 */
		.PortType = NORTH,
		.PortNum = 3,
	},

See Figure 6-9: Stream-switch ports and connectivity matrix in arch spec.

cc @jtuyls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant