Skip to content

Extend HCI with ECC#25

Closed
LuigiGhionda wants to merge 8 commits intomasterfrom
lg/ecc
Closed

Extend HCI with ECC#25
LuigiGhionda wants to merge 8 commits intomasterfrom
lg/ecc

Conversation

@LuigiGhionda
Copy link
Contributor

This PR extends HCI with ECC introducing a dedicated encoder and decoder for the HCI payload signals and modules and modules used in HWPE's interconnection and streamer

authors:
- "Francesco Conti <f.conti@unibo.it>"
- "Gianna Paulin <pauling@iis.ee.ethz.ch"
- "Tobias Riedener <tobiasri@student.ethz.ch>"
Copy link
Member

Choose a reason for hiding this comment

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

you can add yourself :)

in_r_user [winner_d[i]*NB_OUT_CHAN+i] = out_r_user[i];
in_r_id [winner_d[i]*NB_OUT_CHAN+i] = out_r_id[i];
in_r_opc [winner_d[i]*NB_OUT_CHAN+i] = out_r_opc[i];
in_r_ecc [winner_d[i]*NB_OUT_CHAN+i] = out_r_ecc[i];
Copy link
Member

Choose a reason for hiding this comment

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

to check: this might be to be fixed also for r_id, r_opc, r_user!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes you are right, otherwise with a metadata error I would run into the same problem. I hope that delaying these signals by one cycle will not affect the operation of the module

@FrancescoConti FrancescoConti mentioned this pull request Apr 29, 2024
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.

2 participants

Comments