chipsalliance / caliptra-sw

Caliptra software (ROM, FMC, runtime firmware), and libraries/tools needed to build and test
Apache License 2.0
53 stars 39 forks source link

Caliptra RT FW: Increase number of DPE Context Handles to 32 #1559

Open fdamato opened 3 months ago

fdamato commented 3 months ago

Caliptra RT FW should provide more Context Handles available to the PL0 PAUSER DPE Client.

Currently, the totla number of Handles are 24: 8 allocated to PL0, 16 allocated to PL1.

Also, given that Caliptra RT FW consumes already 2 localities at boot:

The suggested solution is to increase the number of Total DPE Context Handles from 24 to 32 and allocate 16 to PL0.

rusty1968 commented 3 months ago

PR available for review.

JohnTraverAmd commented 3 months ago

https://github.com/chipsalliance/caliptra-sw/pull/1561