Skip to content
Discussion options

You must be logged in to vote

@kurtis-b Yes, you're right, there is no explicit cascade flows in this design and this is on us to create a design to highlight how to do cascade flows in python. The reason the cascade matmul design doesn't show cascade flows and doesn't lower to cascade flows is because it's leveraging the fact the hardware default for cascade flow is down a column. The cascade matmul does exactly that, and as long as the tile putting data onto the cascade stream is above the one getting the data from the cascade stream, it will just work out of the box. This is the default setting for the cascade control mux. This is not helpful for designers looking to be explicit about this connection or to create m…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kurtis-b
Comment options

@jackl-xilinx
Comment options

Answer selected by kurtis-b
@kurtis-b
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants