tilus.ir.layout.concat¶
- tilus.ir.layout.concat(lhs, rhs)[source]¶
Concatenate two layouts.
The concat function will return a new layout with the dimensions of the two layouts concatenated.
- Parameters:
lhs (RegisterLayout) – The left-hand side layout.
rhs (RegisterLayout) – The right-hand side layout.
- Returns:
ret – The concatenated layout.
- Return type: