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
{{ message }}
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
compacting fifo is an expensive version of the legacy fifo used for lane-enabled accesses and when any lane can touch any bank.
It probably makes sense to have the same behavior for SRAMs. Currently, all SRAMs are expensive and allow any lane to touch any bank but I think the compiler/user should be able to figure out if they want to use a cheaper SRAM where lanes are hardcoded to banks.
The text was updated successfully, but these errors were encountered:
compacting fifo is an expensive version of the legacy fifo used for lane-enabled accesses and when any lane can touch any bank.
It probably makes sense to have the same behavior for SRAMs. Currently, all SRAMs are expensive and allow any lane to touch any bank but I think the compiler/user should be able to figure out if they want to use a cheaper SRAM where lanes are hardcoded to banks.
The text was updated successfully, but these errors were encountered: