pulp-platform / pulp_cluster

The multi-core cluster of a PULP system.
Other
56 stars 21 forks source link

Integrate RedMulE and NEureka as selectable HWPEs #55

Closed ricted98 closed 7 months ago

ricted98 commented 8 months ago

Add the two HWPEs in the HWPE subsystem and use a static selection signal to choose between them. Some important points are:

yvantor commented 8 months ago
  • [ ] Avoid the unneeded muxing of all add and data signals

    • [ ] Check and evaluate other comments

    • [ ] Verify functionality with integration test

I think these were almost all covered?

ricted98 commented 8 months ago

This is the current status. The functionality was verified only for RedMulE.

ricted98 commented 7 months ago

I think this PR is ready for review and eventually merge. Related PRs are:

The current parametrization of the HWPE subsystem also allows the addition of more HWPEs if needed.

ricted98 commented 7 months ago

I think it's all done.