-
Notifications
You must be signed in to change notification settings - Fork 10
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
Reorder Library, t_slv_arr #42
Conversation
barrel_switcher has different behaviour to that of simulink but I cannot for the life of me make heads or tails of what to do about that so, waiting for complaints with actual statements of expected behaviour in order to fix
*^ REODER/barrel_switcher which was correct but didn't have similar behaviour before sync_out
working in vivado with dbl_buffer enabled, there asides not working...
@radonnachie shall I proceed with this PR? |
May just want to highlight this somewhere and draw attention to it so I can get feedback on how to fix it. |
@talonmyburgh |
Reorder block failing tests - @radonnachie requires assistance on expected DSP operation in order to fix. Merging in the interim. |
Implements the BarrelSwitcher, SquareTransposer, DoubleBuffer and Reorder blocks from the Reorder DSP blockset.
The BarrelSwitcher and SquareTransposer match simulink and have passing testbenches.
The reorder block is still WIP. It operates correctly with the double-buffer under Vivado simulation, but there asides does not perform well. I reckon I need to work with someone who knows what to expect from the block in order to make quick progress forward. It's mostly there, just dotting the 'i's and crossing the 't's.