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

Issue2 #4

Merged
merged 4 commits into from
Dec 11, 2020
Merged

Issue2 #4

merged 4 commits into from
Dec 11, 2020

Conversation

hossein1387
Copy link
Owner

Working version of packed data transposer. I took @wagnersj comment into consideration for transposing data in correct order.

typedef enum logic[5:0] {IDLE, DATA_READ, TRANSPOSE} trans_state_t;
trans_state_t next_state;


assign mvu_wr_word= buffer[wd_cnt];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outputting LSB first, but need MSB first. Can use previous fix in commit 137c04d

@hossein1387 hossein1387 merged commit 4c291ff into dev Dec 11, 2020
@hossein1387 hossein1387 linked an issue Dec 11, 2020 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Allow packed data for data transposer
2 participants